@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.125rem;
    background-color: #fff;
    overflow-x: hidden
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a {
    text-decoration: none;
    color: #000
}

img {
    max-width: 100%;
    display: block
}

.semantica {
    font-size: 0em;
    display: none;
    margin: 0
}

.orange__button {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    background: #e76b18 0% 0% no-repeat padding-box;
    border-radius: 35px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.orange__button:hover {
    text-decoration: none;
    color: #fff;
    background: #ff6700;
    -webkit-box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    -webkit-transition: all .3s;
    transition: all .3s
}

.white__button {
    color: #00154f;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0) 0% 0% no-repeat padding-box;
    border: 2px solid #00154f;
    border-radius: 35px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.white__button:hover {
    text-decoration: none;
    color: #fff;
    background: #00154f;
    -webkit-box-shadow: 0 0 5px #00154f, 0 0 25px #00154f, 0 0 50px #00154f, 0 0 200px #00154f;
    box-shadow: 0 0 5px #00154f, 0 0 25px #00154f, 0 0 50px #00154f, 0 0 200px #00154f;
    -webkit-transition: all .3s;
    transition: all .3s
}

dialog {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

dialog iframe {
    width: 660px;
    height: 415px
}

dialog #bannerVideo {
    position: relative
}

dialog .modal-body {
    position: absolute;
    width: 50%;
    height: 60%;
    background-color: #ffeeda
}

dialog .close {
    position: absolute;
    top: -10%;
    right: 0;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    opacity: 1
}

dialog .close i {
    color: #fff;
    opacity: 1
}

dialog:modal {
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: .5rem;
    background-color: rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:575px) {

    dialog iframe,
    dialog video {
        width: 100%;
        padding: 0 10px
    }

    dialog .video-content,
    dialog #bannerVideo {
        width: 100%
    }
}

#modalForm .modal-content {
    position: relative;
    width: 55%;
    height: 820px;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px
}

#modalForm .modal-content .form-title {
    text-align: center;
    padding: 50px 0
}

#modalForm .modal-content .form-title h2 {
    color: #707070;
    font-size: 1.7em;
    width: 70%;
    margin: auto;
    font-weight: 300
}

#modalForm .modal-content .form-title h2 strong {
    font-weight: 600
}

#modalForm .modal-content .products__carrousel {
    background-color: #f5f5f5;
    width: 100%
}

#modalForm .modal-content .products__carrousel .container {
    position: relative;
    z-index: 9;
    padding: 0 10%
}

#modalForm .modal-content .products__carrousel .container .swiper-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-top: 40px
}

#modalForm .modal-content .products__carrousel .container .swiper-container .swiper-wrapper {
    position: relative
}

#modalForm .modal-content .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover
}

#modalForm .modal-content .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide h2 {
    color: #00154f;
    font-size: 1.1em;
    font-weight: 500;
    padding: 0;
    height: 80px
}

#modalForm .modal-content .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .swiper-img {
    width: 100%;
    height: 200px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
    -webkit-transition: all .1s;
    transition: all .1s
}

#modalForm .modal-content .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, .1607843137);
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, .1607843137);
    outline: none;
    cursor: pointer
}

#modalForm .modal-content .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .checkbox:checked:before {
    content: "";
    background-image: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/checked.png);
    background-size: cover;
    background-position: center;
    position: relative;
    top: 9px;
    left: 7px;
    width: 25px;
    height: 25px;
    display: block
}

#modalForm .modal-content .products__carrousel .controls {
    position: relative;
    top: -200px
}

#modalForm .modal-content .products__carrousel .controls .swiper-button {
    height: 60px;
    width: 60px
}

#modalForm .modal-content .products__carrousel .controls .swiper-button:after {
    display: none
}

#modalForm .modal-content .products__carrousel .controls .swiper-button:focus-visible {
    outline: none
}

#modalForm .modal-content .products__carrousel .controls .swiper-button-next {
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/right-form.png) no-repeat !important;
    right: 15px
}

#modalForm .modal-content .products__carrousel .controls .swiper-button-prev {
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/left-form.png) no-repeat !important;
    left: 15px
}

#modalForm .modal-content .content-form {
    position: relative;
    z-index: 1;
    padding-top: 75px;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    margin-top: -25px;
    color: #fff
}

#modalForm .modal-content .content-form .list-products-check {
    margin-bottom: 60px
}

#modalForm .modal-content .content-form .list-products-check h3 {
    font-size: 1.4em;
    margin-bottom: 25px;
    font-weight: 300
}

#modalForm .modal-content .content-form .list-products-check p {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500
}

#modalForm .modal-content .content-form .formulario p {
    text-align: center;
    font-size: .9em;
    font-weight: 300;
    margin-bottom: 30px
}

#modalForm .modal-content .content-form .formulario .form-shortcode {
    width: 80%;
    margin: auto
}

#modalForm .modal-content .content-form .formulario .form-shortcode form {
    position: relative
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p {
    position: relative;
    margin-bottom: 0
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p input,
#modalForm .modal-content .content-form .formulario .form-shortcode form p textarea {
    color: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px 60px
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p textarea {
    border-radius: 25px
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p i {
    color: #707070;
    position: absolute;
    top: 18px;
    left: 23px
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p .fa-envelope {
    top: 27px
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p input::-webkit-input-placeholder,
#modalForm .modal-content .content-form .formulario .form-shortcode form p textarea::-webkit-input-placeholder {
    color: #afafaf
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p input::-moz-placeholder,
#modalForm .modal-content .content-form .formulario .form-shortcode form p textarea::-moz-placeholder {
    color: #afafaf
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p input:-ms-input-placeholder,
#modalForm .modal-content .content-form .formulario .form-shortcode form p textarea:-ms-input-placeholder {
    color: #afafaf
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p input::-ms-input-placeholder,
#modalForm .modal-content .content-form .formulario .form-shortcode form p textarea::-ms-input-placeholder {
    color: #afafaf
}

#modalForm .modal-content .content-form .formulario .form-shortcode form p input::placeholder,
#modalForm .modal-content .content-form .formulario .form-shortcode form p textarea::placeholder {
    color: #afafaf
}

#modalForm .modal-content .content-form .formulario .form-shortcode form .orange__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 10px;
    margin: 15px auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    border: 0
}

#modalForm .modal-content .content-form .formulario .form-shortcode form .wpcf7-not-valid-tip {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0
}

#modalForm .modal-content .content-form .formulario .form-shortcode form .wpcf7-spinner {
    top: -47px;
    left: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto
}

#modalForm .modal-content .content-form .formulario .form-shortcode form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#modalForm .modal-content .content-form .logo-form {
    margin-bottom: 40px
}

#modalForm .modal-content .content-form .logo-form img {
    width: 25%;
    margin: auto
}

#modalForm .modal-content .close {
    position: absolute;
    z-index: 9;
    top: 1%;
    right: 1%;
    font-size: 2rem;
    cursor: pointer;
    opacity: 1
}

#modalForm .modal-content::-webkit-scrollbar {
    width: 6px
}

#modalForm .modal-content::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 4px
}

#modalForm .modal-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px
}

#modalForm:modal {
    position: fixed;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    display: block;
    padding: 50px 0;
    margin: 0 auto;
    border: none;
    background-color: rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:1600px) {
    #modalForm .modal-content {
        width: 70%
    }
}

@media(max-width:1200px) {
    #modalForm .modal-content {
        width: 80%
    }
}

@media(max-width:992px) {
    #modalForm:modal {
        padding: 100px 0
    }
}

@media(max-width:768px) {
    #modalForm .modal-content {
        width: 95%
    }

    #modalForm .modal-content .form-title h2 {
        width: 100%
    }

    #modalForm .modal-content .content-form .formulario p {
        padding: 0 20px
    }

    #modalForm .modal-content .content-form .formulario .form-shortcode form p i {
        left: 50px
    }
}

@media(max-width:575px) {
    #modalForm .modal-content .form-title h2 {
        font-size: 1.4em
    }

    #modalForm .modal-content .content-form .logo-form img {
        width: 50%
    }

    #modalForm .modal-content .content-form .formulario .form-shortcode {
        width: 90%
    }
}

header {
    position: fixed;
    width: 100%;
    z-index: 70;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

header .container {
    max-width: 1500px
}

header .menu {
    height: 100px
}

header .main-menu {
    -webkit-transition: all .4s;
    transition: all .4s
}

header .main-menu .logo {
    position: relative;
    right: auto
}

header .main-menu .logo img {
    width: 160px;
    height: auto
}

header .main-menu .main-navigation {
    position: relative;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .main-menu .main-navigation ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .main-menu .main-navigation ul li a {
    color: #0c113d;
    font-size: 1em;
    padding: 0 15px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s
}

header .main-menu .main-navigation ul li:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0);
    top: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}

header .main-menu .main-navigation ul li .sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: 13px;
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    z-index: 100
}

header .main-menu .main-navigation ul li .sub-menu li {
    margin: 12px 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

header .main-menu .main-navigation ul li .sub-menu li a {
    color: #0c113d
}

header .main-menu .main-navigation ul li .sub-menu li:before {
    top: 3px;
    left: 5px;
    width: 4px;
    height: 20px
}

header .main-menu .main-navigation ul li .sub-menu li.active:before {
    background-color: #e76b18
}

header .main-menu .main-navigation ul .menu-item-has-children:after {
    content: "";
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/menu-down.png);
    background-size: contain;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .main-menu .main-navigation ul li:hover,
header .main-menu .main-navigation ul li.current-menu-item {
    -webkit-transition: all .3s;
    transition: all .3s
}

header .main-menu .main-navigation ul li:hover a,
header .main-menu .main-navigation ul li.current-menu-item a {
    color: #e76b18;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

header .main-menu .main-navigation ul li:hover:before,
header .main-menu .main-navigation ul li.current-menu-item:before {
    background-color: #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

header .main-menu .main-navigation ul .menu-item-has-children:hover:before {
    background-color: rgba(0, 0, 0, 0)
}

header .main-menu .main-navigation ul.nav.navbar-nav li:hover>ul {
    display: block;
    background-color: #fff
}

header .main-menu .main-navigation ul.nav.navbar-nav ul li {
    width: 100%
}

header .main-menu .main-navigation ul.nav.navbar-nav li,
header .main-menu .main-navigation ul.nav.navbar-nav ul {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

header .main-menu .language {
    position: relative;
    right: 15px
}

header .main-menu .language a {
    position: relative;
    z-index: 2
}

header .main-menu .language .language__icon {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

header .main-menu .language .language__icon img {
    width: 25px
}

header .main-menu .language .language__icon:hover {
    background-color: #c3c3c3;
    border-radius: 50%
}

header .main-menu .language .left__icon {
    border-top-left-radius: 50%;
    border-right: none;
    border-bottom-left-radius: 50%
}

header .main-menu .language .right__icon {
    border-top-right-radius: 50%;
    border-left: none;
    border-bottom-right-radius: 50%
}

header .main-menu .language .active {
    background-color: #c3c3c3;
    border-radius: 50%
}

header .main-menu .language:before {
    content: "";
    position: absolute;
    z-index: 0;
    border: 1px solid #c3c3c3;
    border-right: none;
    border-left: none;
    width: 50px;
    height: 47px;
    left: 20px
}

header .main-menu .botao__contato button {
    color: #fff;
    width: 220px;
    text-align: center;
    font-size: .8em;
    font-weight: 500;
    padding: 10px 25px;
    background: #e76b18 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

header .main-menu .botao__contato button:hover {
    text-decoration: none;
    background: #ff6700;
    -webkit-box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    -webkit-transition: all .3s;
    transition: all .3s
}

header .main-menu .E-direita {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s
}

header .main-menu .E-direita-start {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s
}

header .menu-fixo {
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    padding-top: 0;
    height: 100px
}

header .menu-fixo .main-menu {
    padding: 0 !important;
    background-color: rgba(255, 255, 255, .95);
    -webkit-transition: all .4s;
    transition: all .4s
}

header .menu-fixo .main-menu .menu {
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-top: 0;
    margin: 0
}

.modal-open .modal {
    z-index: 9999;
    top: 90px
}

#EN-Modal .lang-button {
    padding: 2px 25px;
    border-radius: 5px
}

@media(max-width:1200px) {
    header .main-menu .collapse.in {
        display: block !important
    }

    header .main-menu .main-navigation {
        background-color: #fff;
        -webkit-box-shadow: 5px 32px 30px 2px rgba(0, 0, 0, .4);
        box-shadow: 5px 32px 30px 2px rgba(0, 0, 0, .4);
        border-radius: 10px;
        text-align: center;
        position: absolute;
        top: 90px;
        width: 100%;
        height: auto
    }

    header .main-menu .main-navigation ul li {
        padding: 7px 0
    }

    header .main-menu .main-navigation ul li:before {
        width: 50%;
        top: 40px
    }

    header .main-menu .language {
        right: 0
    }

    header .main-menu .language:before {
        left: unset
    }
}

@media(min-width:1024px) {
    header .main-menu .logo img {
        max-width: 120px
    }

    header .main-menu .main-navigation ul li a {
        font-size: .875rem
    }
}

@media(min-width:1400px) {
    header .main-menu .logo img {
        max-width: 160px
    }

    header .main-menu .main-navigation ul li a {
        font-size: 1em
    }
}

footer {
    position: relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(109deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    height: auto
}

footer .menu__footer {
    color: #fff
}

footer .menu__footer h2 {
    font-size: 1.3rem
}

footer .menu__footer li {
    margin-bottom: 15px
}

footer .menu__footer li a {
    color: #fff;
    font-size: 1.1rem
}

footer .menu__footer li .sub-menu {
    display: none;
    position: absolute;
    width: 75%;
    top: unset;
    left: 13px;
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    z-index: 100
}

footer .menu__footer li .sub-menu li {
    margin: 12px 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

footer .menu__footer li .sub-menu li a {
    color: #0c113d
}

footer .menu__footer li .sub-menu li:before {
    top: 3px;
    left: 5px;
    width: 4px;
    height: 20px
}

footer .menu__footer li .sub-menu li.active:before {
    background-color: #e76b18
}

footer .menu__footer .menu-item-has-children:after {
    content: "";
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/menu-down-white.png);
    background-size: contain;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 107px;
    left: 102px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .menu__footer .menu-item-has-children:hover:before {
    background-color: rgba(0, 0, 0, 0)
}

footer .menu__footer ul.nav.navbar-nav li:hover>ul {
    display: inherit;
    background-color: #fff
}

footer .menu__footer ul.nav.navbar-nav ul li {
    width: 100%;
    padding: 0 15px
}

footer .menu__footer ul.nav.navbar-nav li,
footer .menu__footer ul.nav.navbar-nav ul {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

footer .menu__footer--dois {
    color: #fff
}

footer .menu__footer--dois h2 {
    font-size: 1.3rem
}

footer .menu__footer--dois ul li {
    margin-bottom: 15px
}

footer .menu__footer--dois ul li a {
    color: #fff;
    font-size: 1.1rem
}

footer .menu__footer--dois ul li a p {
    margin-bottom: 15px
}

footer .socialNews {
    color: #fff
}

footer .socialNews h2 {
    font-size: 1.3rem
}

footer .socialNews .social__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .socialNews .social__icons a {
    font-size: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

footer .socialNews .social__icons a i {
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

footer .socialNews .social__icons a:hover i {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

footer .socialNews .social__icons a:hover .fa-facebook-f {
    background: #3b5998
}

footer .socialNews .social__icons a:hover .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

footer .socialNews .social__icons a:hover .fa-linkedin-in {
    background-color: #0e76a8
}

footer .socialNews .social__icons a:hover .fa-youtube {
    background-color: #c4302b
}

footer .socialNews .news button {
    width: 80%;
    border: none
}

footer .socialNews .news input {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 15px;
    width: 80%;
    text-align: center;
    margin-bottom: -20px
}

footer .socialNews .news .wpcf7-email {
    margin-bottom: 10px
}

footer .socialNews .news input::-webkit-input-placeholder {
    color: #fff
}

footer .socialNews .news input::-moz-placeholder {
    color: #fff
}

footer .socialNews .news input:-ms-input-placeholder {
    color: #fff
}

footer .socialNews .news input::-ms-input-placeholder {
    color: #fff
}

footer .socialNews .news input::placeholder {
    color: #fff
}

footer .socialNews .news input:focus-visible {
    outline: 0px solid #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff
}

footer .socialNews .news .wpcf7-submit {
    color: #fff;
    width: 80%;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 25px;
    border-color: #e76b18;
    background: #e76b18 0% 0% no-repeat padding-box;
    border-radius: 35px;
    -webkit-transition: all .3s;
    transition: all .3s
}

footer .socialNews .news .wpcf7-submit:hover {
    text-decoration: none;
    color: #fff;
    border-color: #e76b18;
    background: #ff6700;
    -webkit-box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    -webkit-transition: all .3s;
    transition: all .3s
}

footer .socialNews .news .wpcf7-submit:focus-visible {
    outline: 0px solid #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff
}

footer .socialNews .news .wpcf7-response-output {
    margin: 0;
    padding: 5px 10px
}

@media(max-width:992px) {

    footer .menu__footer,
    footer .menu__footer--dois,
    footer .socialNews .social,
    footer .socialNews .news {
        text-align: left
    }

    footer .menu__footer nav {
        padding: 0
    }

    footer .menu__footer .menu-item-has-children:after {
        top: 100px;
        left: 90px
    }

    footer .socialNews .social__icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(max-width:575px) {

    footer .socialNews .social,
    footer .socialNews .news {
        text-align: center
    }

    footer .socialNews .social__icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .socialNews .news label {
        width: 80%
    }

    footer .socialNews .news input {
        width: 100%
    }

    footer .socialNews .news .wpcf7-submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }

    footer .logo img {
        width: 80%;
        margin: auto
    }

    footer .logo .politicas {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.page {
    padding: 0;
    font-family: "Poppins", sans-serif
}

.page .pageDefault {
    padding: 8.65rem 0;
    margin-top: 100px;
    position: relative;
    mix-blend-mode: hard-light;
    background: rgba(0, 0, 0, 0) linear-gradient(109deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box
}

.page .pageDefault .pageDefault__content .pageDefault__content--text {
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: auto
}

.page .pageDefault .pageDefault__content .pageDefault__content--text h1 {
    font-size: 4em
}

.page .default .default__content {
    margin: auto
}

.page .default .default__content hr {
    margin-top: 90px;
    margin-bottom: 70px;
    background: #707070;
    height: 0
}

.page .default .default__content .default__content--text {
    color: #000
}

.page .default .default__content .default__content--text h2 {
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px
}

.page .default .default__content .default__content--text h3 {
    font-weight: 700;
    font-size: 1.2em
}

.page .default .default__content .default__content--text p {
    padding-top: 16px
}

.home .banner {
    position: relative;
    z-index: 9
}

.home .banner .banner__content {
    position: relative;
    left: calc(25% - 100px);
    width: 90%
}

.home .banner .banner__content h2 {
    color: #707070;
    padding-right: 60px;
    font-size: 2rem;
    margin-bottom: 1rem
}

.home .banner .banner__content h2 p {
    font-size: 1.4em;
    font-weight: 100
}

.home .banner .banner__content h2 p strong {
    font-weight: 500
}

@media(min-width:1024px) {
    .home .banner .banner__content h2 {
        font-size: 3rem
    }
}

.home .banner .banner__content .banner__texto p {
    color: #707070;
    font-weight: 100;
    font-size: 1.3rem;
    padding-right: 140px;
    margin-bottom: 20px
}

.home .banner .banner__content .banner__content--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home .banner .banner__content .banner__content--buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
    padding: 15px 30px;
    margin-right: 10px
}

.home .banner .banner__image svg {
    height: 35vw
}

.home .banner .banner__image .btn-modal {
    cursor: pointer
}

.home .banner .banner__image .btn-modal img {
    width: 100%;
    height: auto
}

.home .inovation {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    height: auto;
    width: 100%
}

.home .inovation .inovation__image {
    position: relative
}

.home .inovation .inovation__image img {
    position: relative;
    top: -25px;
    right: 50px
}

.home .inovation .inovation__content {
    color: #fff;
    height: 610px;
    position: relative;
    top: 2vw
}

.home .inovation .inovation__content h2 {
    font-size: 3rem;
    font-weight: 300
}

.home .inovation .inovation__content p {
    font-size: 1.2em;
    font-weight: 100
}

.home .inovation .inovation__content .inovation__content--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home .inovation .inovation__content .inovation__content--buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 30px;
    margin-right: 10px
}

.home .inovation .inovation__content .inovation__content--buttons a p {
    padding: 0;
    font-size: 1rem;
    font-weight: 500
}

.home .inovation .inovation__content .inovation__content--buttons .orange__button {
    font-size: 1rem
}

.home .inovation .inovation__content .inovation__content--buttons .white__button {
    color: #fff;
    border: 2px solid #fff;
    font-size: 1rem;
    margin-right: 15px
}

.home .inovation .inovation__content .inovation__content--buttons .white__button:hover {
    color: #00154f;
    border: 2px solid #fff;
    background: #fff
}

.home .informacao {
    position: relative;
    z-index: 9;
    background: #fff;
    height: 700px;
    margin-top: -135px
}

.home .informacao .informacao__box {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(54%, #f1f1f1), to(#f5f5f5)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fff 0%, #f1f1f1 54%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
    height: 950px;
    position: relative;
    padding-top: 300px
}

.home .informacao .informacao__box .informacao__box--title img {
    width: 45px;
    margin-left: 15px;
    margin-top: -45px
}

.home .informacao .informacao__box .informacao__box--title h2 {
    text-align: left;
    font-size: 2.2rem;
    color: #00154f;
    font-weight: 300;
    padding: 0 30px
}

.home .informacao .informacao__box p {
    margin: 40px 0;
    color: #707070;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 10px;
    text-align: left;
    height: 100px
}

.home .informacao .informacao__box a {
    margin-top: 60px
}

.home .informacao .informacao__box .orange__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    width: 200px;
    margin: 70px auto;
    padding: 15px 0
}

.home .qualidade .banner__image img {
    position: relative;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover
}

.home .qualidade .banner__content h2 {
    padding-right: 340px
}

.home .qualidade .banner__content h2 p {
    font-weight: 400
}

.home .qualidade .banner__content .banner__texto p {
    padding-right: 340px
}

.home .qualidade .banner__content .banner__content--buttons .white__button {
    padding: 17px 50px;
    margin-right: 20px
}

.home .countries {
    position: relative;
    top: -80px;
    height: auto;
    margin-bottom: -260px;
    margin-top: 2rem
}

.home .countries .countries__content h2 {
    font-size: 15vw;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #c3cace
}

.home .countries .countries__content h2:lang(en) {
    font-size: 12vw
}

.home .countries .countries__content .countries__content--background:lang(en) {
    top: -80px
}

.home .countries .countries__content .countries__content--background {
    background-color: #eee;
    height: 100px;
    position: relative;
    top: -100px
}

.home .countries .countries__map {
    position: relative;
    height: auto;
    padding: 100px 0;
    top: -170px;
    background-color: #eee
}

.home .countries:lang(en) {
    margin-bottom: -250px
}

.home .customers {
    background-color: #eee
}

.home .customers .container {
    max-width: 100%
}

.home .customers .customer-title {
    position: relative;
    z-index: 99;
    width: 75%;
    margin: auto
}

.home .customers .customer-title h2 {
    color: #707070;
    font-size: 3.8rem;
    font-weight: 300;
    margin-top: 25px
}

.home .customers .customers__carrousel .swiper-container .swiper-wrapper .swiper-slide {
    background-position: center;
    background-size: cover
}

.home .customers .customers__carrousel .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray
}

.home .customers .customers__carrousel .swiper-container .swiper-wrapper .swiper-slide:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.home .formContact {
    background-color: #eee;
    padding-top: 100px
}

.home .formContact .formContact__content {
    position: relative;
    top: 50px
}

.home .formContact .formContact__content h2 {
    font-size: 3.8rem;
    font-weight: 400;
    color: #707070;
    font-weight: 300;
    position: relative
}

.home .formContact .formContact__content img {
    position: relative;
    top: 80px;
    right: 40px
}

.home .formContact .formContact__form {
    background-color: #fff;
    padding: 50px 70px;
    border-radius: 15px;
    position: relative;
    left: -40px;
    top: -50px
}

.home .formContact .formContact__form h3 {
    font-size: 1.1rem;
    text-align: center;
    color: #707070;
    padding: 0 20px;
    margin-bottom: 15px
}

.home .formContact .formContact__form form .form-group {
    text-align: center
}

.home .formContact .formContact__form form .form-group input {
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px;
    margin-bottom: -10px
}

.home .formContact .formContact__form form .form-group textarea {
    border-radius: 25px;
    border: 1px solid #afafaf;
    padding: 10px 25px;
    margin-bottom: 15px
}

.home .formContact .formContact__form form .form-group .wpcf7-submit {
    border: none;
    font-size: 1rem;
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

.home .formContact .formContact__form form .form-group p:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home .formContact .formContact__form form .wpcf7-not-valid-tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: -10px;
    margin-left: 27px;
    position: absolute
}

.home .formContact .formContact__form form .wpcf7-response-output {
    margin-top: -40px
}

.home .formContact .formContact__form .formContact__form--social {
    margin-top: -15px
}

.home .formContact .formContact__form .formContact__form--social a {
    margin: 0 10px;
    text-decoration: none
}

.home .formContact .formContact__form .formContact__form--social a i {
    font-size: 1.6rem;
    color: #00154f;
    background: rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.home .formContact .formContact__form .formContact__form--social a .fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.home .formContact .formContact__form .formContact__form--social a:hover i {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.home .formContact .formContact__form .formContact__form--social a:hover .fa-facebook-f {
    background: #3b5998
}

.home .formContact .formContact__form .formContact__form--social a:hover .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.home .formContact .formContact__form .formContact__form--social a:hover .fa-linkedin-in {
    background-color: #0e76a8
}

.home .formContact .formContact__form .formContact__form--social a:hover .fa-whatsapp {
    background: #25d366
}

.home .formContact .formContact__form .formContact__form--social a:hover .fa-phone-volume {
    background: rgba(0, 0, 0, 0) linear-gradient(109deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.home .formContact .formContact__form .formContact__form--social a:hover .fa-youtube {
    background-color: #c4302b
}

@media(max-width:1600px) {
    .home .banner {
        padding-top: 90px !important
    }

    .home .banner .banner__content .banner__texto p {
        font-size: 1.2rem;
        padding-right: 100px
    }

    .home .inovation .inovation__content h2 {
        font-size: 2em
    }

    .home .inovation .inovation__content p {
        padding-right: 20px;
        font-size: 1em
    }

    .home .qualidade .banner__content h2 {
        padding-right: 200px
    }

    .home .qualidade .banner__content .banner__texto p {
        padding-right: 70px
    }

    .home .qualidade .banner__image {
        position: relative;
        top: 100px
    }

    .home .qualidade .banner__image img {
        -o-object-position: left;
        object-position: left;
        height: 800px
    }

    .home .countries {
        top: 0
    }

    .home .countries .countries__content .countries__content--background {
        top: -75px
    }

    .home .countries .countries__map img {
        padding-bottom: 60px
    }

    .home .countries:lang(en) {
        top: 25px;
        height: auto
    }

    .home .countries .countries__content h2:lang(en) {
        font-size: 12vw
    }

    .home .countries .countries__content .countries__content--background:lang(en) {
        top: 0;
        height: 110px
    }
}

@media(max-width:1480px) {
    .home .banner .banner__content .banner__texto p {
        font-size: 1.1rem;
        padding-right: 50px
    }

    .home .inovation .inovation__image img {
        top: -20px
    }

    .home .inovation .inovation__image img {
        max-width: 600px
    }

    .home .countries {
        margin-bottom: -190px
    }
}

@media(max-width:1200px) {
    .home .banner .banner__content {
        left: 0;
        text-align: center;
        padding: 40px;
        margin-top: 50px;
        width: 100%
    }

    .home .banner .banner__content .banner__content--buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home .banner .banner__image svg {
        height: auto;
        position: relative;
        right: -90px
    }

    .home .inovation .inovation__image img {
        max-width: 100%
    }

    .home .inovation .inovation__content {
        margin: 0;
        padding-top: 80px;
        text-align: center
    }

    .home .inovation .inovation__content h2 {
        padding-right: 0
    }

    .home .inovation .inovation__image img {
        top: 0;
        right: 0
    }

    .home .inovation .inovation__content .inovation__content--buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home .informacao .informacao__box .informacao__box--title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home .informacao .informacao__box .informacao__box--title img {
        width: 35%;
        margin-bottom: 20px
    }

    .home .informacao .informacao__box .informacao__box--title h2 {
        text-align: center;
        height: 70px
    }

    .home .informacao .informacao__box p {
        padding: 0;
        text-align: center
    }

    .home .qualidade .banner__content {
        margin-top: 70px
    }

    .home .qualidade .banner__content h2 {
        padding-right: 0
    }

    .home .qualidade .banner__content .banner__texto p {
        padding-right: 0
    }

    .home .qualidade .banner__image {
        top: auto
    }

    .home .qualidade .banner__image img {
        height: auto
    }

    .home .countries .countries__content .countries__content--background {
        top: 0;
        height: 110px
    }

    .home .countries .countries__content .countries__content--background:lang(en) {
        height: 120px
    }

    .home .countries {
        top: 0;
        height: auto
    }
}

@media(max-width:992px) {
    .home .banner .banner__content {
        margin-top: 0
    }

    .home .banner .banner__content .banner__texto p {
        padding-right: 0
    }

    .home .inovation .inovation__content {
        height: auto;
        margin-bottom: 50px
    }

    .home .informacao {
        height: auto
    }

    .home .informacao .informacao__box .informacao__box--title img {
        width: 20%
    }

    .home .qualidade {
        padding-top: 0 !important
    }

    .home .countries .countries__content .countries__content--background {
        height: 120px
    }

    .home .countries .countries__content .countries__content--background:lang(en) {
        height: 140px
    }

    .home .formContact {
        padding-top: 0
    }

    .home .formContact .formContact__content {
        top: 0
    }

    .home .formContact .formContact__content h2 {
        left: 0;
        text-align: center;
        margin-bottom: 20px
    }

    .home .formContact .formContact__content img {
        position: unset
    }

    .home .formContact .formContact__form {
        top: 0;
        left: 0;
        margin: 20px 0
    }
}

@media(max-width:768px) {
    .home .banner .banner__image svg {
        right: -55px
    }

    .home .informacao .informacao__box {
        height: auto
    }

    .home .informacao .informacao__box .informacao__box--title h2 {
        height: auto
    }

    .home .informacao .informacao__box p {
        height: auto
    }

    .home .countries .countries__content .countries__content--background {
        top: -35px
    }

    .home .countries .countries__map {
        padding: 20px 0 !important;
        top: -90px
    }

    .home .countries .countries__map:lang(en) {
        padding: 80px 0 !important;
        margin-bottom: 35px;
        top: -66px
    }

    .home .countries .countries__content .countries__content--background:lang(en) {
        height: 42px
    }

    .home .formContact .formContact__content h2 {
        font-size: 2.5rem
    }
}

@media(max-width:575px) {
    .home .banner .banner__content .banner__content--buttons {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home .banner .banner__content .banner__content--buttons .white__button {
        width: 300px;
        margin-bottom: 20px;
        margin-right: 0
    }

    .home .banner .banner__content .banner__content--buttons .orange__button {
        width: 300px;
        margin-right: 0
    }

    .home .inovation .inovation__content h2 {
        font-size: 2em
    }

    .home .inovation .inovation__content p {
        padding-right: 0
    }

    .home .inovation .inovation__content .inovation__content--buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home .inovation .inovation__content .inovation__content--buttons .white__button {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }

    .home .inovation .inovation__content .inovation__content--buttons .orange__button {
        margin-right: 0
    }

    .home .informacao .informacao__box {
        padding-top: 250px
    }

    .home .informacao .informacao__box .informacao__box--title h2 {
        padding: 0
    }

    .home .informacao .informacao__box .orange__button {
        margin: 45px auto
    }

    .home .inovation .inovation__content .inovation__content--buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .home .inovation .inovation__content .inovation__content--buttons .orange__button {
        padding: 15px 20px;
        width: 100%
    }

    .home .qualidade .banner__content {
        padding: 40px 20px
    }

    .home .qualidade .banner__image {
        display: none
    }

    .home .countries .countries__content .countries__content--background {
        margin-top: 10px
    }

    .home .countries .countries__map {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 100px
    }

    .home .countries .countries__content .countries__content--background:lang(en) {
        height: 40px
    }

    .home .customers .customer-title {
        width: 100%
    }

    .home .customers h2 {
        font-size: 3rem
    }

    .home .formContact .formContact__form {
        padding: 50px 15px
    }

    .home .formContact .formContact__form form .form-group textarea {
        padding: 10px 30px
    }

    .home .formContact .formContact__form form .form-group .wpcf7-submit {
        width: 100%
    }
}

@media(max-width:470px) {
    .home .banner .banner__image svg {
        right: -40px
    }

    .home .countries .countries__content .countries__content--background {
        margin-top: 15px
    }

    .home .countries .countries__content .countries__content--background:lang(en) {
        height: 35px
    }

    .home .formContact .formContact__content h2 {
        font-size: 2.2rem
    }
}

@media(max-width:400px) {
    .home .inovation .inovation__content h2 {
        font-size: 2em
    }
}

.sobre .banner .banner__image svg {
    position: relative;
    left: 5%
}

.sobre .inovation {
    background: #fff
}

.sobre .inovation .inovation__content {
    color: #707070;
    margin-top: -100px
}

.sobre .inovation .inovation__content h2 {
    padding-right: 100px
}

.sobre .inovation .inovation__content p {
    font-size: 1rem;
    padding-right: 50px;
    margin: 20px 0
}

.sobre .inovation .inovation__content .inovation__content--buttons {
    margin-top: 30px
}

.sobre .team {
    background-color: #f5f5f5;
    padding-top: 75px;
    position: relative;
    top: -130px
}

.sobre .team h2 {
    text-align: center;
    color: #707070;
    font-size: 3rem;
    padding: 50px 140px
}

.sobre .team h2 p {
    font-weight: 300
}

.sobre .team h2 p strong {
    font-weight: 600
}

.sobre .team .team__box {
    text-align: center;
    color: #afafaf
}

.sobre .team .team__box p {
    font-size: 5.5rem;
    font-weight: 400
}

.sobre .team .team__box h3 {
    font-weight: 400;
    font-size: 2.5rem;
    padding: 0 45px
}

.sobre .markets {
    position: relative
}

.sobre .markets h2 {
    color: #707070;
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 80px
}

.sobre .markets .markets__item {
    position: relative
}

.sobre .markets .markets__item .markets__item--button input {
    background: #d3d3d3 0% 0% no-repeat padding-box;
    border: 1px solid #dcdcdc;
    border-radius: 46px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 25px;
    color: #fff;
    font-size: .95rem;
    font-weight: 400;
    width: 280px
}

.sobre .markets .markets__item .markets__item--button .active {
    background: #00d5ff 0% 0% no-repeat padding-box
}

.sobre .markets .markets__item .markets__item--content {
    display: none;
    position: absolute;
    left: 0;
    z-index: 9;
    background-color: #fff;
    border-radius: 10px;
    color: #fff;
    width: 550px;
    height: auto;
    padding: 25px
}

.sobre .markets .markets__item .markets__item--content img {
    height: 120px;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.sobre .markets .markets__item .markets__item--content h2 {
    color: #afafaf;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    margin: 15px 0
}

.sobre .markets .markets__item .markets__item--content p {
    color: #afafaf;
    font-size: .9rem;
    margin-bottom: 20px
}

.sobre .markets .markets__item .markets__item--content a {
    border: 1px solid #00d5ff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00d5ff;
    font-weight: 500;
    padding: 4px 0;
    width: 30%;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sobre .markets .markets__item .markets__item--content a:hover {
    text-decoration: none;
    color: #fff;
    background: #00d5ff;
    -webkit-box-shadow: 0 0 5px #00d5ff, 0 0 25px #00d5ff, 0 0 50px #00d5ff, 0 0 200px #00d5ff;
    box-shadow: 0 0 5px #00d5ff, 0 0 25px #00d5ff, 0 0 50px #00d5ff, 0 0 200px #00d5ff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sobre .markets .markets__item .content__130,
.sobre .markets .markets__item .content__125,
.sobre .markets .markets__item .content__120,
.sobre .markets .markets__item .content__116,
.sobre .markets .markets__item .content__593,
.sobre .markets .markets__item .content__597,
.sobre .markets .markets__item .content__601,
.sobre .markets .markets__item .content__605 {
    right: 0;
    left: unset
}

.sobre .services {
    background: #f6f6f6;
    padding: 140px 0 100px
}

.sobre .services .services__content {
    color: #707070
}

.sobre .services .services__content h2 {
    font-size: 3rem;
    font-weight: 300
}

.sobre .services .services__content p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 2rem 0
}

.sobre .services .services__content .orange__button {
    padding: 15px
}

@media(max-width:1600px) {
    .sobre .team h2 {
        font-size: 2.6rem;
        padding: 50px 200px
    }
}

@media(max-width:1480px) {
    .sobre .inovation .inovation__image img {
        max-width: 700px;
        right: 35px
    }
}

@media(max-width:1200px) {
    .sobre .inovation .inovation__content {
        margin-bottom: 80px
    }

    .sobre .inovation .inovation__image img {
        max-width: 100%;
        margin: auto;
        right: 0
    }

    .sobre .inovation .inovation__content p,
    .sobre .inovation .inovation__content h2 {
        padding-right: 0
    }

    .sobre .team {
        top: 0
    }

    .sobre .team h2 {
        padding: 50px 0
    }

    .sobre .team .team__box p {
        font-size: 4.5rem
    }

    .sobre .team .team__box h3 {
        font-size: 2rem;
        padding: 0
    }

    .sobre .markets h2 {
        margin-top: 50px
    }

    .sobre .markets .markets__item .markets__item--button input {
        width: 225px;
        font-size: 1.1rem
    }

    .sobre .markets .markets__item .markets__item--button input:lang(en) {
        width: 265px;
        font-size: .95rem
    }
}

@media(max-width:992px) {
    .sobre .services .services__content h2 {
        font-size: 3rem
    }

    .sobre .services .services__content p {
        padding: 10px 0
    }

    .sobre .markets .markets__item .markets__item--content {
        width: 400px
    }

    .sobre .markets .markets__item .markets__item--content a {
        width: 40%
    }

    .sobre .markets .markets__item .content__130,
    .sobre .markets .markets__item .content__125,
    .sobre .markets .markets__item .content__120,
    .sobre .markets .markets__item .content__116,
    .sobre .markets .markets__item .content__593,
    .sobre .markets .markets__item .content__597,
    .sobre .markets .markets__item .content__601,
    .sobre .markets .markets__item .content__605 {
        right: unset;
        left: 0
    }

    .sobre .markets .markets__item .content__131,
    .sobre .markets .markets__item .content__128,
    .sobre .markets .markets__item .content__120,
    .sobre .markets .markets__item .content__124,
    .sobre .markets .markets__item .content__117,
    .sobre .markets .markets__item .content__592,
    .sobre .markets .markets__item .content__595,
    .sobre .markets .markets__item .content__598,
    .sobre .markets .markets__item .content__601,
    .sobre .markets .markets__item .content__604 {
        right: 25%;
        left: unset
    }
}

@media(max-width:768px) {
    .sobre .team h2 {
        font-size: 2.2rem;
        padding: 0
    }

    .sobre .markets .markets__item .content__132,
    .sobre .markets .markets__item .content__130,
    .sobre .markets .markets__item .content__128,
    .sobre .markets .markets__item .content__125,
    .sobre .markets .markets__item .content__122,
    .sobre .markets .markets__item .content__120,
    .sobre .markets .markets__item .content__118,
    .sobre .markets .markets__item .content__116,
    .sobre .markets .markets__item .content__591,
    .sobre .markets .markets__item .content__593,
    .sobre .markets .markets__item .content__595,
    .sobre .markets .markets__item .content__597,
    .sobre .markets .markets__item .content__599,
    .sobre .markets .markets__item .content__601,
    .sobre .markets .markets__item .content__603,
    .sobre .markets .markets__item .content__605 {
        right: 0;
        left: unset
    }
}

@media(max-width:575px) {
    .sobre .markets .markets__item .markets__item--button input {
        width: 100%;
        font-size: 1rem
    }

    .sobre .services .services__content h2 {
        font-size: 3.5rem
    }

    .sobre .inovation .inovation__content {
        padding: 80px 30px 0
    }

    .sobre .inovation .inovation__content h2 {
        padding-top: 20px
    }

    .sobre .services .services__content h2 {
        font-size: 2.5rem
    }

    .sobre .services .services__content .orange__button {
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: auto
    }

    .sobre .markets .markets__item .markets__item--content {
        width: 100%;
        right: 0;
        left: 0
    }

    .sobre .markets .markets__item .markets__item--content a {
        width: 50%
    }

    .sobre .markets .markets__item .markets__item--button input:lang(en) {
        width: 100%
    }
}

.solucoes .banner .banner__content h1 {
    font-size: 2rem;
    margin: 2rem 0;
    color: #707070;
    font-weight: 100
}

.solucoes .banner .banner__content h1 strong {
    font-weight: 600
}

.solucoes .banner .banner__content .banner__texto p {
    padding-right: 70px;
    font-size: 1.2rem
}

.solucoes .banner .banner__content .banner__content--buttons .orange__button {
    margin-right: 10px;
    font-size: .85rem
}

@media(min-width:64rem) {
    .solucoes .banner .banner__content h1 {
        font-size: 4rem
    }
}

.solucoes .inovation {
    background: #f6f6f6
}

.solucoes .inovation .inovation__content {
    color: #707070;
    margin-top: 0;
    height: auto;
    top: 0
}

.solucoes .inovation .inovation__content h2 {
    color: #00154f
}

.solucoes .inovation .inovation__content p {
    font-size: 1rem;
    padding-right: 0;
    margin: 20px 0
}

.solucoes .inovation .inovation__content .inovation__content--buttons {
    margin-top: 60px
}

.solucoes .inovation .inovation__image img {
    width: 80%;
    margin: 0 auto;
    position: static
}

.solucoes .expertise {
    position: relative;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    padding: 4rem 5%;
    text-align: center;
    min-height: 75vh
}

.solucoes .expertise .expertise__image {
    position: absolute;
    bottom: -10%;
    right: -20%;
    z-index: 5
}

.solucoes .expertise .expertise__image img {
    max-width: 31.25rem;
    width: 100%
}

.solucoes .expertise span {
    color: #00d5ff;
    font-size: 1.4rem
}

.solucoes .expertise h2 {
    font-size: 3rem;
    font-weight: 100;
    color: #fff;
    line-height: 50px;
    margin: 2rem 0
}

.solucoes .expertise .expertise__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    position: relative;
    z-index: 10
}

.solucoes .expertise .expertise__item {
    background-color: #001f77;
    text-align: center;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 300
}

@media(min-width:768px) {
    .solucoes .expertise .expertise__items {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .solucoes .expertise .expertise__items {
        grid-template-columns: 1fr 1fr 1fr
    }

    .solucoes .expertise .expertise__image img {
        max-width: 50rem;
        width: 100%
    }
}

@media(min-width:1366px) {
    .solucoes .expertise .expertise__items {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .solucoes .expertise .expertise__item {
        text-align: center;
        padding: 1rem 1.5rem;
        border-radius: 1rem;
        font-size: 1.25rem;
        font-weight: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100px
    }
}

.solucoes .linework {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, from(#d3d3d3), to(#fff)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(360deg, #d3d3d3 0%, #fff 100%) 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 0;
    margin-top: 8rem;
    padding: 0 5%
}

.solucoes .linework .linework_intro {
    color: #707070;
    text-align: center;
    padding-bottom: 50px
}

.solucoes .linework .linework_intro h2 {
    font-size: 4rem;
    font-weight: 300;
    padding: 0 200px;
    margin-bottom: 50px
}

.solucoes .linework .linework_intro p {
    font-size: 1.5rem;
    padding: 0 250px;
    font-weight: 300;
    margin-bottom: 70px
}

.solucoes .linework .linework__content .linework__box {
    position: relative;
    height: 600px
}

.solucoes .linework .linework__content .linework__box .card-detail {
    content: "";
    display: block;
    background-color: #038;
    width: 40px;
    height: 90%;
    position: absolute;
    top: 5%;
    border-radius: 999px
}

.solucoes .linework .linework__content .linework__box .card-detail:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #038
}

.solucoes .linework .linework__content .linework__box .timeline__left {
    position: relative;
    background: #fff;
    padding: 2rem;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    padding-top: 8rem;
    z-index: 50
}

.solucoes .linework .linework__content .linework__box .timeline__left .timeline__icon {
    background-color: #fff;
    -webkit-box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, .4);
    box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, .4);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -4rem
}

.solucoes .linework .linework__content .linework__box .timeline__left .timeline__icon img {
    width: 50%;
    margin: auto
}

.solucoes .linework .linework__content .linework__box .timeline__left .timeline__left--title {
    margin-bottom: 2rem
}

.solucoes .linework .linework__content .linework__box .timeline__left .timeline__left--title span {
    color: #00c7dd;
    background-color: #fff;
    border: 1px solid #00c7dd;
    border-radius: 50%;
    font-size: 1rem;
    width: 35px;
    height: 35px;
    padding: 6px;
    text-align: center;
    font-weight: 600;
    margin-right: 15px
}

.solucoes .linework .linework__content .linework__box .timeline__left .timeline__left--title h3 {
    color: #00154f;
    font-size: 1.5rem;
    font-weight: 600
}

.solucoes .linework .linework__content .linework__box .timeline__left p {
    color: #707070;
    font-size: .8rem;
    padding-right: 50px;
    margin-bottom: 15px
}

.solucoes .linework .linework__content .linework__box .timeline__left .white__button {
    color: #e76b18;
    border: 2px solid #e76b18
}

.solucoes .linework .linework__content .linework__box .timeline__left .white__button:hover {
    color: #fff;
    background: #ff6700;
    -webkit-box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700
}

@media(min-width:31.25rem) {
    .solucoes .linework .linework__content .linework__box .timeline__left {
        padding-top: 2rem
    }
}

.solucoes .linework .linework__content .linework__box:nth-of-type(1n) .card-detail {
    right: 4px
}

.solucoes .linework .linework__content .linework__box:nth-of-type(1n) .card-detail:after {
    right: -35%
}

.solucoes .linework .linework__content .linework__box:nth-of-type(2n) .card-detail {
    left: 4px
}

.solucoes .linework .linework__content .linework__box:nth-of-type(2n) .card-detail:after {
    left: -35%;
    -webkit-transform: rotate(180deg) translateY(10px);
    transform: rotate(180deg) translateY(10px)
}

.solucoes .linework .linework__content .linework__box:nth-of-type(2n) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.solucoes .linework .linework__content .linework__box:first-of-type {
    height: 500px
}

.solucoes .linework .linework__content .linework__box:last-of-type:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    bottom: 80px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    width: 20px;
    height: 20px
}

.solucoes .linework .progress-container {
    position: absolute;
    width: 4411px;
    height: 8px;
    left: 49.8%;
    top: 490px;
    background: #fff;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform-origin: 0 100%;
    -moz-transform: rotate(90deg);
    -ms-transform-origin: 0 100%;
    -ms-transform: rotate(90deg);
    transform-origin: 0 100%;
    transform: rotate(90deg)
}

@media(min-width:64rem) {
    .solucoes .linework .progress-container {
        width: 4526px
    }
}

@media(min-width:1600px) {
    .solucoes .linework .progress-container {
        width: 4411px
    }
}

.solucoes .linework .progress-container .progress-bar {
    height: 8px;
    background: #707070;
    width: 0
}

@media(min-width:64rem) {
    .solucoes .linework .progress-container .progress-bar {
        max-width: 4519px
    }
}

@media(min-width:1600px) {
    .solucoes .linework .progress-container .progress-bar {
        max-width: 4411px
    }
}

.solucoes .linework .progress-container .progress-bar #bolinha {
    content: "";
    position: absolute;
    display: none;
    z-index: -1;
    right: 0;
    left: 99.84%;
    bottom: -6px;
    background-color: #707070;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    width: 20px;
    height: 20px
}

.solucoes .linework .progress-container:lang(en) {
    top: 412px
}

.solucoes .sistema {
    padding: 4rem 5%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 3000px
}

.solucoes .sistema .sistema__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90%
}

.solucoes .sistema .sistema__content h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    line-height: 50px;
    padding: 30px 0
}

.solucoes .sistema .sistema__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4rem;
    margin-top: 12rem
}

.solucoes .sistema .sistema__content ul li {
    position: relative;
    background-color: #038;
    padding: 4rem 2rem;
    color: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    text-align: center;
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.solucoes .sistema .sistema__content ul li:before {
    content: "";
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/solucoes-sistema-img.png) no-repeat;
    background-size: cover;
    position: absolute;
    height: 120px;
    width: 120px;
    top: -4rem;
    right: 0;
    left: 0;
    margin: auto;
    display: block
}

.solucoes .sistema .sistema__content .orange__button {
    padding: 15px
}

@media(min-width:1024px) {
    .solucoes .sistema {
        min-height: 75rem
    }

    .solucoes .sistema .sistema__content ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2rem
    }

    .solucoes .sistema li {
        padding: 4rem 2rem;
        width: 20%;
        min-height: 250px
    }
}

.solucoes .resultados {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 4rem 5%;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box
}

.solucoes .resultados .resultados__content img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.solucoes .resultados .resultados__content span {
    color: #00d5ff;
    font-size: 1.4rem;
    margin: 1rem 0;
    display: block
}

.solucoes .resultados .resultados__content h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    line-height: 50px;
    padding: 30px 0
}

.solucoes .resultados .resultados__content p {
    color: #fff;
    max-width: 37.5rem;
    margin: 2rem 0
}

.solucoes .resultados .resultados__content ul {
    color: #00d5ff;
    padding-left: 50px
}

.solucoes .resultados .resultados__content ul li {
    position: relative;
    text-align: left;
    font: italic normal 300 18px/25px Roboto;
    letter-spacing: 0px;
    padding-right: 105px;
    margin-bottom: 25px
}

.solucoes .resultados .resultados__content ul li:before {
    content: "";
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/icone-options.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 40px;
    margin-top: 5px;
    display: block
}

.solucoes .resultados .resultados__content a {
    padding: 12px 32px;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    margin-top: 1rem
}

.solucoes .resultados .resultados__content a:hover {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff
}

@media(min-width:1024px) {
    .solucoes .resultados {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 2rem;
        padding: 0;
        background: 0 0
    }

    .solucoes .resultados .resultados__image {
        width: 40%
    }

    .solucoes .resultados .resultados__image img {
        position: relative;
        z-index: 10;
        max-width: 600px;
        margin-left: -8rem
    }

    .solucoes .resultados .resultados__content {
        width: 60%;
        padding: 4rem 5%;
        background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
        background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box
    }
}

@media(min-width:1400px) {
    .solucoes .resultados .resultados__image img {
        margin-left: -16rem
    }
}

.solucoes .services .fundoBranco {
    position: relative;
    z-index: 0;
    background-color: #fff;
    height: auto;
    padding: 115px 0
}

.solucoes .services .services__content {
    position: relative;
    z-index: 9
}

.solucoes .streameq .sistema__image:lang(en) {
    top: -15px
}

.solucoes .streameq .sistema__image img:lang(en) {
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:1600px) {
    .solucoes .banner .banner__content h2 {
        padding-right: 0;
        font-size: 1.2em
    }

    .solucoes .banner .banner__content .banner__texto p {
        padding-right: 0;
        font-size: 1.1rem
    }

    .solucoes .linework .progress-container .progress-bar #bolinha {
        left: 99.83%;
        bottom: -6px
    }
}

@media(max-width:1200px) {

    .solucoes .inovation .inovation__content,
    .solucoes .inovation .inovation__content h2,
    .solucoes .inovation .inovation__content p {
        padding-right: 0
    }

    .solucoes .inovation .inovation__content {
        margin-top: -85px
    }

    .solucoes .expertise .expertise__content h2,
    .solucoes .linework .linework_intro h2,
    .solucoes .linework .linework_intro p,
    .solucoes .resultados .resultados__content:first-of-type p,
    .solucoes .resultados .resultados__content p {
        padding: 0
    }

    .solucoes .linework .linework__content .linework__box .timeline__left p {
        padding-right: 0
    }

    .solucoes .linework .linework__content .linework__box:last-of-type:after {
        right: -24px;
        bottom: 111px
    }

    .solucoes .linework .linework__content .linework__box:nth-of-type(2n) .row .timeline__right:after {
        right: 187px
    }

    .solucoes .linework .linework__content .linework__box:nth-of-type(2n) .row .timeline__left:before {
        width: 160px
    }

    .solucoes .linework .progress-container {
        width: 5251px;
        left: 50.8%;
        top: 390px
    }

    .solucoes .linework .progress-container .progress-bar {
        max-width: 5246px
    }

    .solucoes .linework .linework__content .linework__box .timeline__right:before {
        left: 0
    }

    .solucoes .linework .linework__content .linework__box:first-of-type {
        height: auto
    }

    .solucoes .linework:before {
        right: -20px
    }

    .solucoes .linework .linework__content .linework__box {
        height: 700px
    }

    .solucoes .linework .linework__content .linework__box .timeline__left:before {
        width: 130px
    }

    .solucoes .linework .linework__content .linework__box .timeline__right:before {
        left: 0
    }

    .solucoes .linework .linework__content .linework__box .timeline__right:after {
        right: 132px
    }

    .solucoes .linework .linework__content .linework__box .timeline__right img {
        left: 40px
    }

    .solucoes .linework .linework__content .linework__box:nth-of-type(2n) .row .timeline__left:before {
        left: 5px;
        width: 190px
    }

    .solucoes .linework .linework__content .linework__box:nth-of-type(2n) .row .timeline__right:before {
        right: -14px;
        left: auto;
        width: 197px
    }

    .solucoes .linework .linework__content .linework__box:nth-of-type(2n) .row .timeline__left p {
        padding-left: 0
    }
}

@media(max-width:992px) {
    .solucoes .linework .linework__content .linework__box:first-of-type {
        height: auto
    }

    .solucoes .linework .linework__content .linework__box .timeline__center,
    .solucoes .linework .linework__content .linework__box .timeline__left:before,
    .solucoes .linework .linework__content .linework__box .timeline__right:before,
    .solucoes .linework .linework__content .linework__box .timeline__right:after,
    .solucoes .linework:before,
    .solucoes .linework .linework__content .linework__box:last-of-type:after {
        display: none
    }

    .solucoes .linework .linework__content .linework__box .timeline__right img {
        width: 80%;
        margin: auto;
        top: 0;
        left: 0
    }

    .solucoes .linework .linework__content .linework__box .timeline__left p {
        margin-bottom: 40px
    }

    .solucoes .linework .linework__content .linework__box {
        height: auto
    }

    .solucoes .linework .linework__content .linework__box:first-of-type,
    .solucoes .linework .linework__content .linework__box {
        margin-bottom: 80px
    }

    .solucoes .resultados {
        height: auto
    }

    .solucoes .resultados .resultados__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .solucoes .resultados .resultados__box .resultados__box--options {
        width: 230px
    }
}

@media(max-width:768px) {
    .banner .banner__content .banner__content--buttons a {
        margin-bottom: 10px;
        width: 300px
    }

    .solucoes .linework .linework__content .linework__box .timeline__left p,
    .solucoes .linework .linework__content .linework__box:nth-of-type(2n) .row .timeline__left p,
    .solucoes .linework .linework__content .linework__box:nth-of-type(2n) .row .timeline__left .timeline__left--title {
        padding: 0
    }

    .solucoes .resultados .resultados__content h2 {
        font-size: 3.2rem
    }
}

@media(max-width:575px) {
    .banner .banner__content .banner__content--buttons a {
        width: 100%
    }

    .solucoes .expertise .expertise__content h2,
    .solucoes .linework .linework_intro h2,
    .solucoes .resultados .resultados__content h2 {
        font-size: 2.5rem;
        line-height: 55px;
        text-align: center
    }

    .solucoes .banner .banner__content .banner__content--buttons .orange__button {
        width: 100%;
        margin-right: 0
    }
}

.produtos .banner {
    margin-top: 8rem
}

.produtos .banner .banner__content {
    padding: 0 5%
}

.produtos .banner .banner__content h2 {
    color: #707070
}

.produtos .banner .banner__content .orange__button {
    padding: 15px 35px;
    display: inline-block;
    margin-top: 1rem
}

.produtos .banner .banner__image {
    max-width: 90%;
    margin: auto
}

.produtos .banner .banner__image svg {
    left: 0;
    width: 100%;
    height: 100%
}

@media(min-width:1024px) {
    .produtos .banner {
        margin-top: 0
    }

    .produtos .banner .banner__image {
        padding-top: 8rem
    }

    .produtos .banner__content h2 {
        font-size: 1.75rem !important
    }
}

@media(min-width:1400px) {
    .produtos .banner__content h2 {
        font-size: 3rem !important
    }
}

@media(min-width:1650px) {
    .produtos banner .banner__image {
        padding-top: 12rem
    }
}

.produtos .produtos__menu {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    padding: 80px 0
}

@media(min-width:1024px) {
    .produtos .produtos__menu {
        background: rgba(0, 0, 0, 0);
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: -6rem;
        z-index: 60
    }
}

.produtos .produtos__menu .produtos__container {
    -webkit-transition: all .2s;
    transition: all .2s
}

.produtos .produtos__menu .produtos__container .produtos__menu--stick {
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.produtos .produtos__menu .produtos__container .produtos__menu--stick .produtos__menu--box {
    border: 2px solid #d3d3d3;
    background-color: #f6f6f6;
    border-radius: 50px;
    color: #707070;
    padding: 12px 10px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.produtos .produtos__menu .produtos__container .produtos__menu--stick .produtos__menu--box:hover {
    background-color: #00154f;
    border: 2px solid #00154f;
    color: #fff
}

.produtos .produtos__menu .produtos__container .produtos__menu--stick .produtos__menu--box img {
    max-width: 35px;
    height: auto
}

.produtos .produtos__menu .stick {
    top: 100px;
    padding-top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 60;
    -webkit-box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    -webkit-transition: all .2s;
    transition: all .2s
}

.produtos .produtos__menu .stick .produtos__menu--stick {
    width: 60%;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s
}

.produtos .produtos__menu .stick .produtos__menu--stick .col-lg-4 {
    margin-bottom: 15px !important
}

.produtos .produtos__menu .stick .produtos__menu--stick .produtos__menu--box {
    padding: 5px 10px
}

.produtos .dados {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 4rem 5%
}

.produtos .dados .dados__content img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto
}

.produtos .dados .dados__content h2 {
    color: #00d5ff;
    font-size: 1.4rem;
    margin: 1rem 0
}

.produtos .dados .dados__content span {
    font-size: 3rem;
    font-weight: 300;
    color: #fff
}

.produtos .dados .dados__content p {
    font-size: 1.125rem;
    font-weight: 300;
    padding: 50px 0;
    color: #fff;
    margin: auto
}

.produtos .dados .dados__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 2rem;
    color: #00d5ff;
    margin-top: 4rem
}

.produtos .dados .dados__content li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 100;
    font-style: italic
}

.produtos .dados .dados__content li span {
    color: #00d5ff;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    display: block;
    text-transform: uppercase
}

.produtos .dados .dados__content .dados-line {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: auto;
    height: 3px;
    background-color: #00d5ff
}

.produtos .dados .dados__content .dados-circle-wrapper {
    max-width: 15px;
    width: 100%
}

.produtos .dados .dados__content .dados-circle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #00d5ff;
    border-radius: 50%;
    margin: auto
}

.produtos .dados .dados__content .orange__button {
    padding: 15px 35px;
    display: inline-block;
    margin-top: 4rem
}

@media(min-width:1024px) {
    .produtos .dados .dados__content .dados__content span {
        font-size: 3.2rem;
        font-weight: 300;
        color: #fff
    }

    .produtos .dados .dados__content .dados__content p {
        font-size: 1.125rem;
        font-weight: 300;
        width: 600px;
        padding: 50px 0;
        color: #fff;
        margin: auto
    }

    .produtos .dados .dados__content ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .produtos .dados .dados__content .dados-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .produtos .dados .dados__content ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .produtos .dados .dados__content li {
        max-width: 150px;
        width: 100%;
        margin: 0
    }
}

.produtos .posts {
    padding: 4rem 5%;
    background-color: #f5f5f5
}

.produtos .posts .posts__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.produtos .posts .posts__filter li {
    width: 100%
}

.produtos .posts .posts__filter li a {
    display: block;
    text-align: center;
    padding: 1rem .5rem
}

.produtos .posts .category__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.produtos .posts .category__button-active {
    font-size: 1rem;
    background: #e76b18;
    color: #fff;
    padding: 15px
}

.produtos .posts .posts__info {
    text-align: end;
    margin: 4rem 0
}

.produtos .posts .posts__info span {
    color: #00154f;
    font-weight: 700
}

.produtos .posts .posts__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
}

.produtos .posts .posts__item {
    position: relative;
    margin: auto;
    padding: 2rem 0;
    min-height: 34.375rem;
    height: 100%;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.produtos .posts .posts__item .post-badge {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00c7dd;
    color: #fff;
    padding: .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem
}

.produtos .posts .posts__item .post__content {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 77%
}

.produtos .posts .posts__item img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.produtos .posts .posts__item .post__content h3 {
    font-weight: 400;
    color: #038;
    min-height: 5rem;
    font-size: 1.5rem
}

.produtos .posts .posts__item .post__content ul {
    list-style: disc;
    width: 90%;
    margin: auto;
    margin-top: 1rem
}

.produtos .posts .posts__item .post__content p,
.produtos .posts .posts__item li,
.produtos .posts .posts__item span {
    color: #707070;
    font-weight: 300;
    font-size: 1rem;
    text-align: start
}

.produtos .posts .posts__item .post__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem
}

.produtos .posts .posts__item .post__actions .readMore__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.produtos .posts .posts__item .post__actions .orange__button {
    padding: 15px;
    font-size: 1rem
}

.produtos .posts .posts__item .post__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 80;
    background-color: rgba(0, 0, 0, .4);
    display: none
}

.produtos .posts .posts__item .post__modal-content {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 90;
    overflow: hidden;
    max-width: 62.5rem;
    height: 100vh;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    border-radius: .625rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: auto
}

.produtos .posts .posts__item .post__modal-content::-webkit-scrollbar {
    width: 6px
}

.produtos .posts .posts__item .post__modal-content::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 4px
}

.produtos .posts .posts__item .post__modal-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px
}

.produtos .posts .posts__item .post__modal-title {
    position: relative;
    padding: 4rem 2rem
}

.produtos .posts .posts__item .post__modal-title h2 {
    color: #707070;
    font-size: 1.25em;
    margin: auto;
    font-weight: 300
}

.produtos .posts .posts__item .post__modal-title h2 strong {
    font-weight: 600
}

.produtos .posts .posts__item .post__modal-title .post__modal-close {
    position: absolute;
    right: 1rem;
    top: 4rem;
    cursor: pointer
}

@media(min-width:64rem) {
    .produtos .posts .posts__item .post__modal-title .post__modal-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        cursor: pointer
    }
}

.produtos .posts .posts__item .post__modal-product {
    padding: 2rem;
    background-color: #f5f5f5
}

.produtos .posts .posts__item .post__modal-product h3 {
    color: #038
}

.produtos .posts .posts__item .post__modal-form {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.produtos .posts .posts__item .post__modal-form .formulario {
    padding: 2rem;
    overflow: hidden
}

.produtos .posts .posts__item .post__modal-form .formulario p {
    text-align: center;
    font-size: .9em;
    font-weight: 300
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode {
    width: 80%;
    margin: auto
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form {
    position: relative;
    margin-top: 1rem
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p {
    position: relative;
    margin-bottom: 0
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p input,
.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea {
    color: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px 60px
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea {
    border-radius: 25px
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p i {
    color: #707070;
    position: absolute;
    top: 18px;
    left: 23px
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p .fa-envelope {
    top: 27px
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p input::-webkit-input-placeholder,
.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea::-webkit-input-placeholder {
    color: #afafaf
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p input::-moz-placeholder,
.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea::-moz-placeholder {
    color: #afafaf
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p input:-ms-input-placeholder,
.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea:-ms-input-placeholder {
    color: #afafaf
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p input::-ms-input-placeholder,
.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea::-ms-input-placeholder {
    color: #afafaf
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p input::placeholder,
.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea::placeholder {
    color: #afafaf
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form .orange__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    border: 0
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form .wpcf7-not-valid-tip {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form .wpcf7-spinner {
    top: -47px;
    left: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.produtos .posts .posts__item .post__modal-form .formulario .form-shortcode form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.produtos .posts .posts__item .post__modal-form .logo-form {
    padding: 2rem 0
}

.produtos .posts .posts__item .post__modal-form .logo-form img {
    width: 25%;
    margin: auto
}

@media(min-width:768px) {
    .produtos .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .produtos .posts .posts__filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .produtos .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width:1650px) {
    .produtos .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.produtos .analise {
    position: relative;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box
}

.produtos .analise .analise__main {
    padding-bottom: 120px
}

.produtos .analise .analise__main .box {
    left: 5%;
    padding-top: 75px
}

.produtos .analise .analise__main .box .analise__text {
    position: relative;
    z-index: 2;
    text-align: center
}

.produtos .analise .analise__main .box .analise__text img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.produtos .analise .analise__main .box .analise__text .analise__text--content {
    width: 100%
}

.produtos .analise .analise__main .box .analise__text .analise__text--content img {
    margin: auto
}

.produtos .analise .analise__main .box .analise__text .analise__text--content h2 {
    color: #00d5ff;
    font-size: 1.4rem
}

.produtos .analise .analise__main .box .analise__text .analise__text--content p {
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    margin: 2rem 0
}

.produtos .analise .analise__main .box .analise__content {
    position: relative;
    z-index: 2;
    text-align: center
}

.produtos .analise .analise__main .box .analise__content p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 30px 5%;
    margin-bottom: 10px
}

.produtos .analise .analise__main .box .analise__content .orange__button {
    padding: 15px 35px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.produtos .analise .analise__main .analise__image img {
    position: relative;
    left: 20%
}

.produtos .analise__options {
    width: 100%
}

.produtos .analise__options .analise__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 5%;
    overflow-x: scroll
}

.produtos .analise__options .analise__item {
    position: relative;
    min-width: 100%
}

.produtos .analise__options .analise__number {
    position: absolute;
    font-size: 20rem;
    font-weight: 700;
    color: #fff;
    bottom: 0;
    right: -2rem;
    z-index: 10
}

@media(min-width:1024px) {
    .produtos .analise__options .analise__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        padding: 0 10%;
        overflow-x: hidden
    }

    .produtos .analise__options .analise__item {
        min-width: unset
    }
}

.produtos .analise__options .analise__item {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f5f5f5), to(rgba(255, 0, 0, 0)));
    background: linear-gradient(180deg, #f5f5f5 60%, rgba(255, 0, 0, 0) 100%);
    color: #00154f;
    text-align: center;
    height: 100vh;
    position: relative
}

.produtos .analise__options .analise__item .analise__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 2rem;
    margin: auto;
    z-index: 20
}

.produtos .analise__options .analise__item .analise__content h2 {
    font-size: 1.5rem;
    font-weight: 300
}

.produtos .analise__options .analise__item .analise__content span {
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin-top: 2rem
}

.produtos .analise__options .analise__item .analise__content span:after {
    content: "";
    display: block;
    width: 1.875rem;
    height: .25rem;
    background-color: #00c7dd;
    margin: 2rem auto
}

.produtos .analise__options .analise__item .analise__content p {
    font-size: 1.125rem;
    line-height: 35px;
    font-weight: 300;
    color: #707070
}

@media(min-width:1024px) {
    .produtos .analise__options .analise__item {
        width: 25%;
        min-width: none
    }
}

.produtos .gestao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 0 5%
}

.produtos .gestao .gestao_content img {
    width: 120px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.produtos .gestao .gestao_content h2 {
    color: #00d5ff;
    font-size: 1.4rem;
    margin: 1rem 0
}

.produtos .gestao .gestao_content span {
    font-size: 3.2rem;
    font-weight: 300;
    color: #00154f
}

.produtos .gestao .gestao_content p {
    font-size: 1.1rem;
    font-weight: 300;
    width: 600px;
    padding: 50px 0;
    color: #00154f
}

.produtos .gestao .gestao_content .orange__button {
    padding: 15px 35px
}

@media(min-width:64rem) {
    .produtos .gestao {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .produtos .gestao .gestao_content {
        padding: 4rem
    }

    .produtos .gestao .gestao_content,
    .produtos .gestao .gestao__image {
        width: 50%
    }

    .produtos .gestao .gestao__image img {
        max-width: 90%
    }
}

.produtos .streameq {
    text-align: center
}

.produtos .streameq .streameq__content {
    color: #fff;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    padding: 4rem 5%
}

.produtos .streameq .streameq__image img {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.produtos .streameq .streameq__content h2 {
    font-weight: 100;
    font-size: 3rem
}

.produtos .streameq .streameq__content p {
    margin: 4rem 0;
    font-weight: 100
}

.produtos .streameq .streameq__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    color: #00d5ff
}

.produtos .streameq .streameq__content ul li img {
    margin: auto;
    max-width: 3.125rem;
    width: 100%
}

.produtos .streameq .streameq__content ul li p {
    margin: 1rem 0;
    font-weight: 100;
    font-style: italic
}

.produtos .streameq .orange__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px;
    display: inline-block
}

@media(min-width:64rem) {
    .produtos .streameq .streameq__content {
        padding: 4rem 4rem 16rem
    }

    .produtos .streameq .streameq__content ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .produtos .streameq .streameq__image {
        margin-top: -22rem
    }
}

.produtos .integracao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin: 4rem 0
}

@media(min-width:1024px) {
    .produtos .integracao {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0
    }
}

.produtos .integracao .sistema__content {
    padding: 0 5%
}

.produtos .integracao .sistema__content h2 {
    color: #00154f;
    font-size: 3rem;
    padding-right: 100px;
    line-height: 55px;
    font-weight: 100
}

.produtos .integracao .sistema__content p {
    color: #707070;
    font-weight: 300;
    padding-right: 20px;
    font-size: 1.1rem;
    margin: 2rem 0
}

.produtos .integracao .sistema__content ul {
    color: #00d5ff;
    padding-left: 50px
}

.produtos .integracao .sistema__content ul li {
    position: relative;
    text-align: left;
    font: italic normal 300 18px/25px Roboto;
    letter-spacing: 0px;
    padding-right: 105px;
    margin-bottom: 25px
}

.produtos .integracao .sistema__content ul li:before {
    content: "";
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/icone-options.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 40px;
    margin-top: 5px;
    display: block
}

.produtos .integracao .sistema__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.produtos .integracao .orange__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px;
    margin-top: 1rem
}

@media(min-width:1024px) {

    .produtos .integracao .sistema__content,
    .produtos .integracao .sistema__image {
        width: 50%
    }
}

.produtos .abordagem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-top: 4rem
}

.produtos .abordagem .sistema__content {
    padding: 4rem 5%
}

.produtos .abordagem .sistema__content h2 {
    color: #00154f;
    font-size: 2.7rem;
    padding-right: 100px;
    line-height: 55px;
    font-weight: 100
}

.produtos .abordagem .sistema__content p {
    color: #707070;
    font-weight: 300;
    padding-right: 20px;
    margin: 2rem 0
}

.produtos .abordagem .sistema__content .orange__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px;
    margin-top: 1rem
}

.produtos .abordagem .sistema__image img {
    height: 605px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

@media(min-width:1024px) {
    .produtos .abordagem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .produtos .abordagem .sistema__content,
    .produtos .abordagem .sistema__image {
        width: 50%
    }
}

@media(max-width:1600px) {
    .produtos .banner .banner__content .banner__texto p {
        padding-right: 0;
        font-size: 1rem
    }
}

@media(max-width:1200px) {
    .produtos .banner .banner__image svg {
        left: 0
    }

    .produtos .dados .dados__content .dados__content--text h2 p {
        padding-right: 20px;
        line-height: 40px;
        margin-bottom: 40px
    }

    .produtos .dados .dados__content .dados__content--text ul li {
        margin-bottom: 15px
    }

    .produtos .dados .dados__content img {
        height: 100%
    }

    .produtos .dados .dados__content .dados__content--text ul {
        padding-right: 0;
        margin-bottom: 60px
    }

    .produtos .produtos__menu .stick .produtos__menu--stick {
        width: 80%
    }

    .produtos .dados .dados__content {
        padding: 0 30px
    }

    .produtos .banner .banner__content .banner__content--buttons .orange__button:first-of-type {
        margin-right: 0
    }

    .produtos .analise .analise__options {
        position: relative
    }

    .produtos .gestao {
        padding-top: 80px
    }

    .produtos .streameq {
        padding-top: 10px
    }

    .produtos .streameq .sistema__content {
        padding-top: 70px
    }

    .produtos .streameq .sistema__content p,
    .produtos .streameq .sistema__content ul li,
    .produtos .integracao .sistema__content h2,
    .produtos .integracao .sistema__content p,
    .produtos .integracao .sistema__content ul li,
    .produtos .abordagem .sistema__content h2,
    .produtos .abordagem .sistema__content p {
        padding-right: 0
    }
}

@media(max-width:992px) {
    .produtos .dados .dados__content img {
        height: auto;
        margin: auto
    }

    .produtos .dados .dados__content .dados__content--text {
        padding: 50px 10px
    }

    .produtos .dados .products .products__content .products__content--box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .produtos .dados .products .products__content .products__content--box .products__content--image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .produtos .dados .products .products__content .products__content--box .products__content--buttons {
        margin-top: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: unset
    }

    .produtos .dados .dados__intro .dados__intro--content p {
        font-size: 2.3em
    }

    .produtos .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .image-btn {
        height: 130px
    }

    .produtos .analise .analise__main .box .analise__text .analise__text--content p {
        padding-right: 30px;
        font-size: 2.8rem
    }

    .produtos .analise .analise__options .analise__options--box {
        height: 100%;
        max-height: 100%;
        overflow: hidden
    }

    .produtos .analise .analise__options .analise__options--box details {
        padding-bottom: 40px
    }

    .produtos .gestao .gestao__intro .gestao__intro--content {
        text-align: center
    }

    .produtos .analise .analise__main .box .analise__content p {
        padding-right: 100px
    }

    .produtos .gestao .gestao_content {
        left: 0
    }

    .produtos .gestao .gestao_content p {
        width: 100%;
        text-align: center
    }

    .produtos .gestao .gestao_content .orange__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }

    .produtos .streameq .sistema__image {
        top: 0
    }

    .produtos .streameq .sistema__image img {
        height: auto
    }

    .produtos .integracao .sistema__image img {
        margin: auto;
        width: 100%;
        height: auto
    }

    .produtos .analise .analise__main .analise__image {
        display: none
    }

    .produtos .produtos__menu .stick .produtos__menu--stick {
        padding-bottom: 25px
    }

    .produtos .abordagem .sistema__image img {
        height: auto
    }

    .produtos__menu--content {
        overflow-x: auto
    }

    .produtos__menu--content .row {
        -ms-flex-wrap: initial;
        flex-wrap: initial
    }

    .produtos__menu--content:after {
        content: "→";
        display: block;
        position: absolute;
        cursor: pointer;
        bottom: 0;
        right: 0;
        color: #000;
        -webkit-animation: seta .5s ease-in 0s infinite alternate;
        animation: seta .5s ease-in 0s infinite alternate
    }

    .produtos__menu--content::-webkit-scrollbar {
        height: 10px
    }

    .produtos__menu--content::-webkit-scrollbar-thumb {
        background-color: #707070;
        border-radius: 1rem
    }

    .produtos__menu--content::-webkit-scrollbar-track {
        background-color: #f9f9f9
    }

    @-webkit-keyframes seta {
        0% {
            right: 0
        }

        100% {
            right: 20px
        }
    }

    @keyframes seta {
        0% {
            right: 0
        }

        100% {
            right: 20px
        }
    }
}

@media(max-width:768px) {
    .produtos .dados .dados__intro img {
        margin: auto;
        margin-bottom: 10px
    }

    .produtos .dados .dados__intro .dados__intro--content {
        text-align: center;
        padding-left: 0
    }

    .produtos .analise .analise__main .box {
        left: 0;
        padding: 75px 30px 0
    }

    .produtos .analise .analise__main .box .analise__content {
        margin-left: 0;
        text-align: center
    }

    .produtos .analise .analise__main .box .analise__content p {
        width: 100%;
        padding-right: 0
    }

    .produtos .analise .analise__main .box .analise__text .analise__text--content p {
        padding-right: 0
    }

    .produtos .analise .analise__main .box .analise__text {
        text-align: center
    }

    .produtos .analise .analise__main .box .analise__text img {
        margin: auto
    }

    .produtos .gestao .gestao__intro img {
        margin: auto
    }

    .produtos .gestao .gestao__intro .gestao__intro--content {
        text-align: center
    }
}

@media(max-width:575px) {
    .produtos .dados .dados__intro .dados__intro--content p {
        font-size: 2.3rem
    }

    .produtos .dados .dados__content .dados__content--text h2 p {
        padding-right: 0
    }

    .produtos .dados .dados__content .dados__content--text h2 p {
        text-align: center
    }

    .produtos .analise .analise__main .box .analise__text .analise__text--content p {
        font-size: 2.3rem
    }

    .produtos .dados .products .products__content .products__content--box .products__content--image {
        display: block
    }

    .produtos .dados .products .products__content .products__content--box .products__content--buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px
    }

    .produtos .dados .products .products__content .products__content--box .products__content--buttons .orange__button,
    .produtos .dados .products .products__content .products__content--box .products__content--buttons .orange__button:nth-child(2) {
        width: 75%;
        text-align: center;
        margin: 10px auto
    }

    .produtos .gestao .gestao__intro .gestao__intro--content p {
        font-size: 2.3rem
    }

    .produtos .analise .analise__main .box .analise__text .analise__text--content {
        padding-left: 0
    }

    .produtos .dados .products .products__content .products__content--box .products__content--buttons .products__content--links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .produtos .dados .products .products__content .products__content--box .products__content--buttons .products__content--links .orange__button:nth-child(2) {
        margin: auto
    }
}

@media(max-width:450px) {
    .produtos .streameq {
        padding-top: 15px
    }
}

.blog .posts {
    position: relative;
    padding-top: 150px;
    height: auto
}

.blog .posts .posts__intro {
    color: #707070;
    margin-bottom: 50px
}

.blog .posts .posts__intro h2 {
    font-size: 4.5rem;
    font-weight: 300
}

.blog .posts .posts__intro p {
    font-size: 1rem
}

.blog .posts .posts__intro p strong {
    color: #00154f
}

.blog .posts .posts__content {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 15px;
    height: auto
}

.blog .posts .posts__content .posts__artigo {
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog .posts .posts__content .posts__artigo .posts__artigo--image:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: #6b6b6b 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog .posts .posts__content .posts__artigo .posts__artigo--content {
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 30px;
    color: #fff;
    padding-right: 25px
}

.blog .posts .posts__content .posts__artigo .posts__artigo--content h2 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px
}

.blog .posts .posts__content .posts__artigo .posts__artigo--content p {
    font-size: .8rem;
    font-weight: 300;
    margin-bottom: 35px
}

.blog .posts .posts__content .posts__artigo .posts__artigo--content .white__button {
    padding: 5px 10px;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff
}

.blog .posts .posts__content .posts__artigo .posts__artigo--content .white__button:hover {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    -webkit-transition: all .3s
}

.blog .posts .posts__content .posts__artigo:hover {
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog .posts .posts__content .posts__artigo:hover .posts__artigo--image:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: #038 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply
}

.blog .posts .posts__content .posts__artigo:nth-child(1) {
    width: 100%;
    height: 290px
}

.blog .posts .posts__content .posts__artigo:nth-child(1) .posts__artigo--image img {
    height: 290px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.blog .posts .posts__content .posts__artigo:nth-child(1) .posts__artigo--content {
    padding-right: 500px
}

.blog .posts .posts__content .posts__artigo:nth-child(2) {
    width: 100%;
    height: 614px
}

.blog .posts .posts__content .posts__artigo:nth-child(2) .posts__artigo--image img {
    height: 614px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.blog .posts .posts__content .posts__artigo:nth-child(2) .posts__artigo--content {
    padding-right: 25px
}

.blog .posts .posts__content .posts__artigo:nth-child(3),
.blog .posts .posts__content .posts__artigo:nth-child(4),
.blog .posts .posts__content .posts__artigo:nth-child(5) {
    position: absolute;
    width: 260px;
    height: 300px;
    top: 313px
}

.blog .posts .posts__content .posts__artigo:nth-child(3) .posts__artigo--image img,
.blog .posts .posts__content .posts__artigo:nth-child(4) .posts__artigo--image img,
.blog .posts .posts__content .posts__artigo:nth-child(5) .posts__artigo--image img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.blog .posts .posts__content .posts__artigo:nth-child(4) {
    left: 280px
}

.blog .posts .posts__content .posts__artigo:nth-child(5) {
    left: 560px
}

.blog .posts .posts__content .not-found-list {
    color: #707070
}

.blog .posts .posts__content .not-found-list .orange__button {
    padding: 10px 20px
}

.blog .posts .posts__pagination {
    margin-bottom: 50px
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li {
    font-size: 1.5rem;
    font-weight: 400
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li span,
.blog .posts .posts__pagination .pagination-wrap .page-numbers li a {
    margin-right: 10px;
    color: #707070;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li span:hover,
.blog .posts .posts__pagination .pagination-wrap .page-numbers li a:hover {
    text-decoration: none;
    color: #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li span.current {
    color: #e76b18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: auto
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li span.current:before {
    font-family: "FontAwesome";
    content: "";
    color: #707070;
    margin: 0 10px
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li .next,
.blog .posts .posts__pagination .pagination-wrap .page-numbers li .prev {
    background-color: #e76b18;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 4px 30px;
    font-size: 1.1rem;
    margin-left: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li .next:hover,
.blog .posts .posts__pagination .pagination-wrap .page-numbers li .prev:hover {
    color: #e76b18;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li:last-child span.current:before {
    display: none
}

.blog .posts .posts__pagination .pagination-wrap .page-numbers li:last-child span.current:after {
    font-family: "FontAwesome";
    content: "";
    color: #707070;
    margin-left: 0;
    margin-right: 10px
}

.single__post .postTitle {
    position: relative;
    padding-top: 100px;
    height: auto
}

.single__post .postTitle .postTitle__image img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.single__post .postTitle .postTitle__image:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: #6b6b6b 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    -webkit-transition: all .3s;
    transition: all .3s
}

.single__post .postTitle .postTitle__content {
    position: absolute;
    z-index: 2;
    top: 35%;
    color: #fff
}

.single__post .postTitle .postTitle__content h1 {
    font-size: 3.8rem;
    font-weight: 300;
    padding-right: 20%
}

.single__post .postContent {
    color: #707070
}

.single__post .postContent img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block
}

.single__post .postContent a {
    color: #e76b18;
    text-decoration: underline
}

.single__post .postContent h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px
}

.single__post .postContent h3 {
    margin: 25px 0
}

.single__post .postContent h4 {
    font-size: .9em;
    margin: 15px 0
}

.single__post .postContent h4 a {
    font-size: 1.2em
}

.single__post .postContent p {
    font-size: 1rem;
    text-align: justify
}

.single__post .postContent ul {
    margin-left: 40px;
    list-style: disc
}

.single__post .postContent iframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto
}

.single__post .postContent figure img {
    width: 100%;
    height: auto;
    margin-top: 50px
}

.single__post .relacionados {
    background: #f5f5f5 0% 0% no-repeat padding-box
}

.single__post .relacionados h2 {
    color: #707070;
    font-size: 3.5rem;
    font-weight: 300;
    text-align: center
}

.single__post .relacionados .posts__artigo {
    position: relative;
    z-index: 0;
    width: 270px;
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

.single__post .relacionados .posts__artigo .posts__artigo--image img {
    height: 300px;
    width: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.single__post .relacionados .posts__artigo .posts__artigo--image:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: #6b6b6b 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    -webkit-transition: all .3s;
    transition: all .3s
}

.single__post .relacionados .posts__artigo .posts__artigo--content {
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 30px;
    color: #fff;
    padding-right: 25px
}

.single__post .relacionados .posts__artigo .posts__artigo--content h2 {
    color: #fff;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px
}

.single__post .relacionados .posts__artigo .posts__artigo--content p {
    font-size: .8rem;
    font-weight: 300;
    margin-bottom: 35px
}

.single__post .relacionados .posts__artigo .posts__artigo--content .white__button {
    padding: 5px 10px;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff
}

.single__post .relacionados .posts__artigo .posts__artigo--content .white__button:hover {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    -webkit-transition: all .3s
}

.single__post .relacionados .posts__artigo:hover {
    -webkit-transition: all .3s;
    transition: all .3s
}

.single__post .relacionados .posts__artigo:hover .posts__artigo--image:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: #038 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply
}

@media(max-width:1200px) {
    .blog .posts .posts__content {
        grid-template-columns: 1fr;
        height: auto
    }

    .blog .posts .posts__content .posts__artigo:nth-child(2),
    .blog .posts .posts__content .posts__artigo:nth-child(2) .posts__artigo--image img {
        height: 290px
    }

    .blog .posts .posts__content .posts__artigo:nth-child(3),
    .blog .posts .posts__content .posts__artigo:nth-child(4),
    .blog .posts .posts__content .posts__artigo:nth-child(5) {
        height: 290px;
        width: 100%;
        position: relative;
        top: 0
    }

    .blog .posts .posts__content .posts__artigo:nth-child(3) .posts__artigo--image img,
    .blog .posts .posts__content .posts__artigo:nth-child(4) .posts__artigo--image img,
    .blog .posts .posts__content .posts__artigo:nth-child(5) .posts__artigo--image img {
        height: 290px
    }

    .blog .posts .posts__content .posts__artigo:nth-child(4),
    .blog .posts .posts__content .posts__artigo:nth-child(5) {
        left: 0
    }

    .blog .posts .posts__content .posts__artigo .posts__artigo--content,
    .blog .posts .posts__content .posts__artigo:nth-child(1) .posts__artigo--content,
    .blog .posts .posts__content .posts__artigo:nth-child(2) .posts__artigo--content {
        padding-right: 0
    }

    .single__post .postTitle .postTitle__content h2 {
        padding-right: 5%
    }

    .single__post .relacionados .posts__artigo {
        width: 100%
    }

    .single__post .relacionados .posts__artigo .posts__artigo--content {
        top: 17%;
        left: 20px
    }

    .single__post .relacionados .posts__artigo .posts__artigo--content h2 {
        height: 60px
    }

    .single__post .relacionados .posts__artigo .posts__artigo--content p {
        margin-bottom: 20px;
        height: 60px
    }
}

@media(max-width:992px) {
    .single__post .postTitle .postTitle__content h1 {
        font-size: 3rem
    }

    .single__post .postTitle .postTitle__content h2 {
        font-size: 3.8rem
    }
}

@media(max-width:768px) {
    .single__post .postTitle .postTitle__content {
        top: 42%;
        width: 100%;
        left: 0;
        padding: 0 35px
    }

    .single__post .postTitle .postTitle__content h1 {
        padding: 0 15px;
        font-size: 2.5rem
    }

    .single__post .postTitle .postTitle__content h2 {
        font-size: 3.5rem;
        text-align: center
    }
}

@media(max-width:575px) {
    .blog .posts .posts__intro {
        text-align: center
    }

    .blog .posts .posts__intro h2 {
        margin-bottom: 20px
    }

    .blog .posts .posts__content .posts__artigo .posts__artigo--content {
        padding-right: 10px !important
    }

    .single__post .postTitle .postTitle__content {
        padding: 0;
        top: calc(50% - 70px)
    }

    .single__post .postTitle .postTitle__content h1 {
        font-size: 2rem
    }

    .single__post .postTitle .postTitle__content h2,
    .single__post .relacionados h2 {
        font-size: 2.5rem
    }

    .single__post .relacionados .posts__artigo .posts__artigo--content {
        top: 30%
    }

    .single__post .relacionados .posts__artigo .posts__artigo--content h2,
    .single__post .relacionados .posts__artigo .posts__artigo--content p {
        height: auto
    }
}

.materiais .banner .banner__image svg {
    position: relative;
    left: 5%
}

.materiais .banner .banner__content {
    color: #707070
}

.materiais .banner .banner__content h2 {
    font-size: 3rem;
    font-weight: 300
}

.materiais .banner .banner__content p {
    font-size: 1.2rem;
    font-weight: 300
}

.materiais .posts {
    padding: 0 5%;
    margin-top: 4rem
}

.materiais .posts .posts__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem
}

.materiais .posts .posts__filter li {
    width: 100%
}

.materiais .posts .posts__filter li a {
    display: block;
    text-align: center;
    padding: .5rem
}

.materiais .posts .category__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.materiais .posts .category__button-active {
    font-size: 1rem;
    background: #e76b18;
    color: #fff;
    padding: 15px
}

.materiais .posts .posts__info {
    text-align: end;
    margin: 4rem 0
}

.materiais .posts .posts__info span {
    color: #00154f;
    font-weight: 700
}

.materiais .posts .posts__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
}

.materiais .posts .posts__item {
    position: relative;
    max-width: 25rem;
    margin: auto;
    background-color: #f2f2f2;
    text-align: center
}

.materiais .posts .posts__item .post-badge {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00c7dd;
    color: #fff;
    padding: .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem
}

.materiais .posts .posts__item .post__content {
    padding: 2rem
}

.materiais .posts .posts__item .post__content h3 {
    font-weight: 400;
    color: #00154f;
    min-height: 6.25rem
}

.materiais .posts .posts__item .post__content p {
    color: #707070;
    font-weight: 300;
    margin: 2rem 0;
    min-height: 12.5rem
}

.materiais .posts .posts__item .post__content .orange__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    width: 200px;
    margin: 70px auto;
    padding: 15px
}

.materiais .posts__pagination {
    margin-bottom: 50px
}

.materiais .posts__pagination .pagination-wrap .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.materiais .posts__pagination .pagination-wrap .page-numbers li {
    font-size: 1.5rem;
    font-weight: 400
}

.materiais .posts__pagination .pagination-wrap .page-numbers li span,
.materiais .posts__pagination .pagination-wrap .page-numbers li a {
    margin-right: 10px;
    color: #707070;
    -webkit-transition: all .3s;
    transition: all .3s
}

.materiais .posts__pagination .pagination-wrap .page-numbers li span:hover,
.materiais .posts__pagination .pagination-wrap .page-numbers li a:hover {
    text-decoration: none;
    color: #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.materiais .posts__pagination .pagination-wrap .page-numbers li span.current {
    color: #e76b18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: auto
}

.materiais .posts__pagination .pagination-wrap .page-numbers li span.current:before {
    font-family: "FontAwesome";
    content: "";
    color: #707070;
    margin: 0 10px
}

.materiais .posts__pagination .pagination-wrap .page-numbers li .next,
.materiais .posts__pagination .pagination-wrap .page-numbers li .prev {
    background-color: #e76b18;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 4px 30px;
    font-size: 1.1rem;
    margin-left: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.materiais .posts__pagination .pagination-wrap .page-numbers li .next:hover,
.materiais .posts__pagination .pagination-wrap .page-numbers li .prev:hover {
    color: #e76b18;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.materiais .posts__pagination .pagination-wrap .page-numbers li:last-child span.current:before {
    display: none
}

.materiais .posts__pagination .pagination-wrap .page-numbers li:last-child span.current:after {
    font-family: "FontAwesome";
    content: "";
    color: #707070;
    margin-left: 0;
    margin-right: 10px
}

@media(min-width:768px) {
    .materiais .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .materiais .posts .posts__filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .materiais .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.materiais .services {
    background: #f6f6f6;
    padding: 140px 0 100px;
    margin-top: 4rem
}

.materiais .services .services__content {
    color: #707070
}

.materiais .services .services__content h2 {
    font-size: 3rem;
    font-weight: 300
}

.materiais .services .services__content p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 2rem 0
}

.materiais .services .services__content .orange__button {
    padding: 15px
}

@media(max-width:992px) {
    .materiais .services .services__content h2 {
        font-size: 3rem
    }

    .materiais .services .services__content p {
        padding: 10px 0
    }
}

@media(max-width:575px) {
    .materiais .services .services__content h2 {
        font-size: 2.5rem
    }

    .materiais .services .services__content .orange__button {
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: auto
    }
}

.contato .banner {
    top: 60px
}

.contato .banner .banner__content h2 {
    font-size: 4em;
    font-weight: 300;
    margin-bottom: 30px
}

.contato .banner .banner__content p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #707070;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 40px
}

.contato .banner .banner__content p a img {
    width: 40px;
    margin-right: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.contato .banner .banner__image {
    position: relative;
    float: right
}

.contato .banner .banner__image img {
    width: 100%;
    height: auto;
    float: right
}

.contato .formContact {
    padding-top: 120px;
    margin-top: -12%
}

.contato .formContact .title_form h2 {
    color: #707070;
    font-size: 2.5em;
    padding-right: 60%
}

.contato .formContact .map_countries {
    position: relative
}

.contato .formContact .map_countries .local_country {
    position: relative;
    z-index: 9
}

.contato .formContact .map_countries .local_country .country {
    text-decoration: none;
    cursor: pointer
}

.contato .formContact .map_countries .local_country .country img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.contato .formContact .map_countries .local_country .country img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.contato .formContact .map_countries .local_country .country p {
    color: #707070;
    font-size: 1.2em;
    font-weight: 600
}

.contato .formContact .map_countries .local_country .country span {
    color: #707070
}

.contato .formContact .map_countries .local_country .active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.contato .formContact .map_countries:before {
    content: "";
    position: absolute;
    top: 34%;
    z-index: 0;
    background-color: #fff;
    height: 3px;
    width: 100%
}

.contato .formContact .formContact__map iframe {
    height: 500px;
    width: 100%
}

.contato .formContact .formContact__map .maps {
    display: none
}

.contato .formContact .formContact__map .active {
    display: block
}

.contato .formContact .formContact__form {
    position: relative;
    left: 0;
    height: 820px;
    padding: 60px 70px;
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, .0784313725);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .0784313725)
}

.contato .formContact .formContact__form form .wpcf7-response-output {
    position: absolute;
    left: 15px;
    margin-top: 70px
}

.contato .services {
    background-color: #eee
}

.contato .info_countries {
    background-color: #fff
}

.contato .info_countries .contact_country h2 {
    color: #707070;
    font-size: 3.5em;
    font-weight: 300
}

.contato .info_countries .contact_country h2 img {
    width: 65px;
    height: 65px;
    margin-right: 15px
}

.contato .info_countries .contact_country p {
    color: #707070;
    margin-bottom: 20px;
    padding-right: 80px
}

.contato .info_countries .contact_country p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070
}

.contato .info_countries .contact_country p a img {
    width: 35px;
    height: auto;
    margin-right: 15px
}

.contato .info_countries .main_country {
    display: none
}

.contato .info_countries .active {
    display: block
}

@media(max-width:1200px) {
    .contato .banner .banner__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0
    }

    .contato .banner .banner__content h2 {
        margin-bottom: 0
    }

    .contato .banner .banner__image {
        float: unset;
        width: 100%;
        margin: auto
    }

    .contato .banner .banner__image img {
        width: 80%;
        float: unset;
        margin: auto
    }

    .contato .formContact {
        padding-top: 150px;
        margin-top: 60px
    }

    .contato .formContact .title_form h2 {
        padding-right: 0
    }
}

@media(max-width:992px) {
    .contato .banner .banner__content {
        margin-bottom: 0
    }

    .contato .formContact {
        padding: 100px 0
    }

    .contato .services {
        padding: 0 0 100px
    }

    .home .formContact .formContact__form form .form-group label {
        width: 100%
    }
}

@media(max-width:768px) {
    .contato .formContact .formContact__form {
        height: auto
    }

    .contato .formContact .formContact__form form .wpcf7-response-output {
        position: absolute;
        left: 0;
        margin-top: 90px
    }
}

@media(max-width:575px) {
    .contato .banner {
        padding-top: 50px !important
    }

    .contato .banner .banner__content h2 {
        font-size: 3em
    }

    .contato .banner .banner__content p a {
        font-size: 1.2em
    }

    .contato .banner .banner__content p a img {
        margin-right: 10px
    }

    .contato .formContact .formContact__form {
        padding: 60px 20px
    }

    .contato .formContact .formContact__map {
        padding-right: 0
    }

    .contato .formContact .map_countries:before {
        content: none
    }

    .contato .formContact .map_countries .local_country {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.dowloads .politics .politics__content {
    color: #707070
}

.dowloads .politics .politics__content h2 {
    font-size: 4rem;
    font-weight: 300;
    padding-top: 100px
}

.dowloads .politics .politics__content p {
    font-size: 1.4rem;
    padding: 20px 0
}

.dowloads .politics .politics__buttons .politics__buttons--box {
    background: #001f77 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, .1294117647);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .1294117647);
    border-radius: 25px;
    text-align: center;
    color: #fff;
    padding: 45px 35px
}

.dowloads .politics .politics__buttons .politics__buttons--box h2 {
    font-size: 1.5rem;
    font-weight: 300;
    padding-bottom: 30px;
    height: 110px
}

.dowloads .politics .politics__buttons .politics__buttons--box .politics__buttons--dowload a {
    color: #00d5ff
}

.dowloads .politics .politics__buttons .politics__buttons--box .politics__buttons--dowload a p {
    text-transform: uppercase;
    font-size: .9rem
}

.dowloads .politics .politics__buttons .politics__buttons--box .politics__buttons--dowload a img {
    margin: auto;
    width: 30px;
    padding-top: 10px
}

@media(max-width:768px) {
    .dowloads .politics .politics__content {
        text-align: center
    }

    .dowloads .politics .politics__content h2 {
        padding-top: 50px
    }
}

@media(max-width:575px) {
    .dowloads .banner .banner__content .banner__content--buttons .orange__button {
        width: 100%
    }

    .dowloads .politics .politics__content h2 {
        font-size: 3rem
    }
}

.treinamentos .banner .banner__content h2 p {
    font-size: 1.9em
}

.treinamentos .calendary h2 {
    color: #707070;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 400
}

.treinamentos .calendary .calendar-item {
    position: relative;
    background-color: #f5f5f5;
    color: #707070
}

.treinamentos .calendary .calendar-item .title-01 {
    font-size: 1.7rem;
    font-weight: 400
}

.treinamentos .calendary .calendar-item .title-01 strong {
    font-weight: 600
}

.treinamentos .calendary .calendar-item .title-02 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600
}

.treinamentos .calendary .calendar-item p {
    font-size: 1em
}

.treinamentos .calendary .calendar-item .text-data {
    padding: 0 75px
}

.treinamentos .calendary .calendar-item .text-calendary:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -45px;
    height: 5px;
    width: 35px;
    background-color: #00c7dd
}

.treinamentos .calendary .calendar-item a {
    font-weight: 400;
    padding: 10px 50px;
    text-transform: inherit;
    font-size: .8em
}

.treinamentos .treinamento-info .sistema__content h2 {
    color: #00154f;
    font-size: 2rem;
    line-height: 55px;
    padding: 30px 0;
    font-weight: 400
}

.treinamentos .treinamento-info .sistema__content p {
    color: #707070;
    font-weight: 300;
    padding-right: 20px;
    font-size: 1.1rem;
    margin: 2rem 0
}

.treinamentos .treinamento-info .sistema__content ul {
    color: #00d5ff;
    padding-left: 50px
}

.treinamentos .treinamento-info .sistema__content ul li {
    font-weight: 300;
    margin-bottom: 15px
}

.treinamentos .treinamento-info .sistema__content ul li:before {
    content: "";
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/icone-options.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    margin-top: 5px;
    display: block
}

.treinamentos .treinamento-info .sistema__image img {
    width: 85%
}

@media(max-width:1200px) {
    .home .banner .banner__content {
        margin-top: 0
    }

    .treinamentos .calendary .calendar-item .text-calendary:before {
        left: 0
    }
}

@media(max-width:992px) {
    .treinamentos .calendary .calendar-item .title-01 {
        padding-right: 0
    }

    .treinamentos .calendary .calendar-item .text-calendary:before {
        left: 0;
        right: 0;
        margin: auto
    }

    .treinamentos .treinamento-info .sistema__image img {
        margin: auto;
        width: 100%
    }
}

@media(max-width:575px) {
    .home .banner .banner__content {
        padding: 0
    }

    .home .banner .banner__content h2 {
        padding-right: 0
    }
}

.parceiros .banner {
    top: 0;
    padding-top: 110px
}

.parceiros .banner .banner__content h2 {
    font-size: 3em;
    margin-bottom: 15px
}

.parceiros .banner .banner__content .banner__texto p {
    margin-bottom: 50px
}

.parceiros .dados {
    position: relative;
    z-index: 4;
    padding-top: 80px
}

.parceiros .dados .container {
    color: #707070;
    text-align: center
}

.parceiros .dados .container h2 {
    font-size: 3rem;
    font-weight: 300
}

.parceiros .dados .container p {
    font-size: 1em;
    font-weight: 300
}

.parceiros .dados .products .products__carrousel {
    position: relative;
    padding-top: 90px
}

.parceiros .dados .products .products__carrousel .container {
    max-width: 100%
}

.parceiros .dados .products .products__carrousel .container .swiper-container {
    position: relative
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide h2 {
    color: #00154f;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 20px;
    height: 80px
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .swiper-img {
    width: 100%;
    height: 200px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
    -webkit-transition: all .1s;
    transition: all .1s
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .image-btn {
    height: 90px
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .image-btn .swiper-img-button p {
    background-color: #013184;
    padding: 7px 0;
    border-radius: 10px;
    border: 1px solid #707070;
    color: #fff;
    font-size: .85em;
    width: 100%
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .image-btn .swiper-img-button img {
    width: 100%;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide a:before {
    content: "+";
    position: absolute;
    z-index: 9;
    bottom: -35px;
    left: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #e76b18;
    background-color: #fff;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, .1607843137);
    box-shadow: 1px 5px 15px rgba(0, 0, 0, .1607843137);
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    width: 70px;
    height: 72px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide a:hover:before {
    content: "+";
    color: #fff;
    font-size: 4rem;
    background-color: #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .active:hover:before {
    content: "-";
    color: #fff;
    font-size: 5rem;
    background-color: #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.parceiros .dados .products .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .active:before {
    content: "-";
    color: #fff;
    font-size: 4rem;
    background-color: #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.parceiros .dados .products .products__carrousel .controls .swiper-button {
    height: 90px;
    width: 90px
}

.parceiros .dados .products .products__carrousel .controls .swiper-button:after {
    display: none
}

.parceiros .dados .products .products__carrousel .controls .swiper-button-next {
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/right.png) no-repeat !important;
    right: 0
}

.parceiros .dados .products .products__carrousel .controls .swiper-button-prev {
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/left.png) no-repeat !important;
    left: 0
}

.parceiros .dados .products .products__content {
    background-color: #fff;
    padding: 0
}

.parceiros .dados .products .products__content .products__content--box {
    padding-top: 130px;
    padding-bottom: 100px
}

.parceiros .dados .products .products__content .products__content--box .products__content--image img {
    width: 350px;
    height: 280px;
    -o-object-fit: contain;
    object-fit: contain
}

.parceiros .dados .products .products__content .products__content--box .products__content--text {
    color: #707070
}

.parceiros .dados .products .products__content .products__content--box .products__content--text h2 {
    font-size: 2rem;
    color: #038;
    position: relative;
    top: -20px
}

.parceiros .dados .products .products__content .products__content--box .products__content--text h4 {
    font-size: 1rem;
    color: #038;
    padding: 20px 0;
    text-transform: uppercase
}

.parceiros .dados .products .products__content .products__content--box .products__content--text ul {
    list-style: disc;
    margin-left: 20px
}

.parceiros .dados .products .products__content .products__content--box .products__content--text ul li {
    font-size: 1.1rem;
    font-weight: 400
}

.parceiros .dados .products .products__content .products__content--box .products__content--text .cores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 20px
}

.parceiros .dados .products .products__content .products__content--box .products__content--text .cores .cores__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-left: 15px;
    margin-right: 20px
}

.parceiros .dados .products .products__content .products__content--box .products__content--text .cores .cores__box span {
    padding: 15px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.parceiros .dados .products .products__content .products__content--box .products__content--text .cores .cores__box p {
    font-size: .8rem;
    font-weight: 500
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons {
    margin-top: 20px
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #038;
    padding: 20px 0;
    text-transform: uppercase
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .inputs__escolha--cor {
    margin-bottom: 50px
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .inputs__escolha--cor .input-cor-produtos {
    margin-right: 15px;
    text-align: center
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .inputs__escolha--cor .input-cor-produtos input {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    visibility: visible;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .inputs__escolha--cor .input-cor-produtos p {
    font-weight: 500
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .inputs__escolha--cor .cor-ativa input {
    border: 3px solid #373435
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .products__content--links {
    float: right
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .products__content--links .orange__button {
    padding: 15px 40px;
    font-size: 1rem;
    background-color: #fff;
    color: #e76b18;
    border: 2px solid #e76b18
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .products__content--links .orange__button:hover {
    background-color: #e76b18;
    color: #fff
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .products__content--links .orange__button:nth-child(2) {
    padding: 15px 60px;
    margin-left: 15px
}

.parceiros .dados .products .products__carrousel .swiper-container .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.parceiros .dados .products .products__carrousel .swiper-container .swiper-wrapper .swiper-slide .image-swiper {
    margin-bottom: 25%
}

.parceiros .dados .products .products__carrousel .swiper-container .swiper-wrapper .swiper-slide .image-swiper img {
    border-radius: 50%;
    border: 2px solid #707070;
    width: 280px !important;
    height: 280px !important;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.parceiros .dados .products .products__carrousel .swiper-container .swiper-wrapper .swiper-slide a:before {
    left: 42% !important;
    bottom: -32px !important;
    width: 60px !important;
    height: 60px !important
}

.parceiros .dados .products .products__carrousel .controls .swiper-button {
    top: 50%
}

.parceiros .dados .products .products__content .products__content--box .products__content--image img {
    width: 800px;
    height: 300px;
    border: 2px solid #707070
}

.parceiros .dados .products .products__content .products__content--box .products__content--text {
    font-weight: 300;
    text-align: left;
    padding: 0 40px
}

.parceiros .dados .products .products__content .products__content--box .products__content--text h2 {
    color: #707070;
    font-size: 1.8em;
    top: 0;
    margin-bottom: 30px
}

.parceiros .dados .products .products__content .products__content--box .products__content--text p {
    color: #707070;
    font-size: .9em;
    padding: 0;
    margin-bottom: 30px
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons {
    margin-left: 40px
}

.parceiros .dados .products .products__content .products__content--box .products__content--buttons .products__content--links {
    float: left
}

.parceiros .beneficios {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box
}

.parceiros .beneficios .beneficios-intro {
    color: #fff;
    padding: 120px 0 0
}

.parceiros .beneficios .beneficios-intro h2 {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 10px
}

.parceiros .beneficios .beneficios-intro p {
    font-size: .9em;
    font-weight: 300;
    padding: 0 22%
}

.parceiros .beneficios .beneficios-options {
    position: relative;
    top: 135px
}

.parceiros .beneficios .beneficios-options .box-options {
    padding: 10px
}

.parceiros .beneficios .beneficios-options .beneficios-options--box {
    position: relative
}

.parceiros .beneficios .beneficios-options .beneficios-options--box img {
    width: 120px;
    margin: auto;
    position: relative;
    z-index: 99
}

.parceiros .beneficios .beneficios-options .beneficios-options--box .box {
    background-color: #001f77;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 40px;
    position: relative;
    top: -70px
}

.parceiros .beneficios .beneficios-options .beneficios-options--box .box h2 {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 20px;
    height: 60px;
    padding: 0 20px
}

.parceiros .beneficios .beneficios-options .beneficios-options--box .box p {
    font-size: .8em;
    font-weight: 500;
    padding: 0 10%;
    line-height: 30px;
    height: 210px
}

.parceiros .partner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    padding: 250px 0
}

.parceiros .partner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1
}

.parceiros .partner h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 2.8em;
    font-weight: 300
}

.parceiros .partner h2 p {
    line-height: 65px;
    padding: 0 25px
}

.parceiros .partner h2 p strong {
    font-weight: 600
}

.parceiros .partner-form {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: -7%
}

.parceiros .partner-form .formContact__form {
    height: auto
}

.parceiros .partner-form .formContact__form h3 {
    margin-bottom: 40px;
    font-weight: 400
}

.parceiros .partner-form .formContact__form form {
    position: relative
}

.parceiros .partner-form .formContact__form form p {
    position: relative
}

.parceiros .partner-form .formContact__form form p input,
.parceiros .partner-form .formContact__form form p textarea {
    color: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 23px 60px
}

.parceiros .partner-form .formContact__form form p textarea {
    border-radius: 25px
}

.parceiros .partner-form .formContact__form form p i {
    color: #707070;
    position: absolute;
    top: 14px;
    left: 23px
}

.parceiros .partner-form .formContact__form form p .fa-envelope {
    top: 27px
}

.parceiros .partner-form .formContact__form form p input::-webkit-input-placeholder,
.parceiros .partner-form .formContact__form form p textarea::-webkit-input-placeholder {
    color: #afafaf
}

.parceiros .partner-form .formContact__form form p input::-moz-placeholder,
.parceiros .partner-form .formContact__form form p textarea::-moz-placeholder {
    color: #afafaf
}

.parceiros .partner-form .formContact__form form p input:-ms-input-placeholder,
.parceiros .partner-form .formContact__form form p textarea:-ms-input-placeholder {
    color: #afafaf
}

.parceiros .partner-form .formContact__form form p input::-ms-input-placeholder,
.parceiros .partner-form .formContact__form form p textarea::-ms-input-placeholder {
    color: #afafaf
}

.parceiros .partner-form .formContact__form form p input::placeholder,
.parceiros .partner-form .formContact__form form p textarea::placeholder {
    color: #afafaf
}

.parceiros .partner-form .formContact__form form .orange__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -10px;
    margin: 15px auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    border: 0
}

.parceiros .partner-form .formContact__form form .wpcf7-not-valid-tip {
    position: relative;
    left: 25px;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0
}

.parceiros .partner-form .formContact__form form .wpcf7-spinner {
    top: -15px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto
}

.parceiros .partner-form .formContact__form form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media(max-width:992px) {
    .parceiros .banner .banner__content .banner__texto p {
        padding: 0 40px
    }

    .parceiros .banner .banner__image {
        padding-top: 50px
    }

    .parceiros .dados .container p {
        padding: 30px 0
    }

    .parceiros .dados .products .products__content .products__content--box .products__content--text {
        padding: 0
    }

    .parceiros .beneficios .beneficios-intro p {
        padding: 0
    }

    .parceiros .partner h2 p {
        padding: 0
    }
}

@media(max-width:768px) {
    .parceiros .banner .banner__content h2 p {
        font-size: 1em
    }

    .parceiros .beneficios .beneficios-intro h2 {
        font-size: 2.5em
    }

    .parceiros .beneficios .beneficios-intro p {
        font-size: 1em
    }

    .parceiros .beneficios .beneficios-options .beneficios-options--box .box h2 {
        font-size: 1.6em
    }

    .parceiros .beneficios .beneficios-options .beneficios-options--box .box p {
        font-size: 1em
    }

    .parceiros .partner h2 {
        font-size: 2.3em
    }

    .parceiros .partner-form {
        margin-bottom: -25%
    }

    .parceiros .partner-form .container {
        max-width: 100%
    }

    .parceiros .partner-form .container .formContact__form {
        padding: 60px 30px
    }
}

@media(max-width:575px) {
    .parceiros .banner {
        padding-top: 110px !important
    }

    .parceiros .dados .products .products__carrousel .swiper-container .swiper-wrapper .swiper-slide a:before {
        left: 45% !important
    }

    .parceiros .dados .products .products__content .products__content--box .products__content--buttons {
        margin-left: 0
    }

    .parceiros .services {
        padding: 120px 0 100px
    }
}

@media(max-width:420px) {
    .parceiros .banner .banner__content h2 {
        font-size: 2.3em
    }

    .parceiros .dados .container h2 {
        font-size: 2.4rem
    }

    .parceiros .beneficios .beneficios-intro h2 {
        font-size: 2.3em
    }

    .parceiros .dados .products .products__carrousel .swiper-container .swiper-wrapper .swiper-slide a:before {
        left: 43% !important
    }

    .parceiros .services {
        padding: 80px 0 100px
    }

    .parceiros .services .services__content h2 {
        font-size: 2.4rem
    }
}

.representative {
    margin-top: 8rem
}

.representative .form-title {
    text-align: center;
    padding: 50px 0
}

.representative .form-title h2 {
    color: #707070;
    font-size: 1.7em;
    width: 70%;
    margin: auto;
    font-weight: 300
}

.representative .form-title h2 strong {
    font-weight: 600
}

.representative .products__carrousel {
    background-color: #f5f5f5;
    width: 100%
}

.representative .products__carrousel .container {
    position: relative;
    z-index: 9;
    padding: 0 10%
}

.representative .products__carrousel .container .swiper-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-top: 40px
}

.representative .products__carrousel .container .swiper-container .swiper-wrapper {
    position: relative
}

.representative .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover
}

.representative .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide h2 {
    color: #00154f;
    font-size: 1.1em;
    font-weight: 500;
    padding: 0;
    height: 80px
}

.representative .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .swiper-img {
    width: 100%;
    height: 200px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
    -webkit-transition: all .1s;
    transition: all .1s
}

.representative .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, .1607843137);
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, .1607843137);
    outline: none;
    cursor: pointer
}

.representative .products__carrousel .container .swiper-container .swiper-wrapper .swiper-slide .checkbox:checked:before {
    content: "";
    background-image: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/checked.png);
    background-size: cover;
    background-position: center;
    position: relative;
    top: 9px;
    left: 7px;
    width: 25px;
    height: 25px;
    display: block
}

.representative .products__carrousel .controls {
    position: relative;
    top: -200px
}

.representative .products__carrousel .controls .swiper-button {
    height: 60px;
    width: 60px
}

.representative .products__carrousel .controls .swiper-button:after {
    display: none
}

.representative .products__carrousel .controls .swiper-button:focus-visible {
    outline: none
}

.representative .products__carrousel .controls .swiper-button-next {
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/right-form.png) no-repeat !important;
    right: 15px
}

.representative .products__carrousel .controls .swiper-button-prev {
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/left-form.png) no-repeat !important;
    left: 15px
}

.representative .content-form {
    position: relative;
    z-index: 1;
    padding-top: 75px;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    margin-top: -25px;
    color: #fff
}

.representative .content-form .list-products-representative-check {
    margin-bottom: 60px
}

.representative .content-form .list-products-representative-check h3 {
    font-size: 1.4em;
    margin-bottom: 25px;
    font-weight: 300
}

.representative .content-form .list-products-representative-check p {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500
}

.representative .content-form .formulario {
    overflow: hidden
}

.representative .content-form .formulario p {
    text-align: center;
    font-size: .9em;
    font-weight: 300;
    margin-bottom: 30px
}

.representative .content-form .formulario .form-shortcode {
    width: 80%;
    margin: auto
}

.representative .content-form .formulario .form-shortcode form {
    position: relative
}

.representative .content-form .formulario .form-shortcode form p {
    position: relative;
    margin-bottom: 0
}

.representative .content-form .formulario .form-shortcode form p input,
.representative .content-form .formulario .form-shortcode form p textarea {
    color: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px 60px
}

.representative .content-form .formulario .form-shortcode form p textarea {
    border-radius: 25px
}

.representative .content-form .formulario .form-shortcode form p i {
    color: #707070;
    position: absolute;
    top: 18px;
    left: 23px
}

.representative .content-form .formulario .form-shortcode form p .fa-envelope {
    top: 27px
}

.representative .content-form .formulario .form-shortcode form p input::-webkit-input-placeholder,
.representative .content-form .formulario .form-shortcode form p textarea::-webkit-input-placeholder {
    color: #afafaf
}

.representative .content-form .formulario .form-shortcode form p input::-moz-placeholder,
.representative .content-form .formulario .form-shortcode form p textarea::-moz-placeholder {
    color: #afafaf
}

.representative .content-form .formulario .form-shortcode form p input:-ms-input-placeholder,
.representative .content-form .formulario .form-shortcode form p textarea:-ms-input-placeholder {
    color: #afafaf
}

.representative .content-form .formulario .form-shortcode form p input::-ms-input-placeholder,
.representative .content-form .formulario .form-shortcode form p textarea::-ms-input-placeholder {
    color: #afafaf
}

.representative .content-form .formulario .form-shortcode form p input::placeholder,
.representative .content-form .formulario .form-shortcode form p textarea::placeholder {
    color: #afafaf
}

.representative .content-form .formulario .form-shortcode form .orange__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 10px;
    margin: 15px auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    border: 0
}

.representative .content-form .formulario .form-shortcode form .wpcf7-not-valid-tip {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0
}

.representative .content-form .formulario .form-shortcode form .wpcf7-spinner {
    top: -47px;
    left: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto
}

.representative .content-form .formulario .form-shortcode form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.representative .content-form .logo-form {
    margin-bottom: 40px
}

.representative .content-form .logo-form img {
    width: 25%;
    margin: auto
}

.representative .close {
    position: absolute;
    z-index: 9;
    top: 1%;
    right: 1%;
    font-size: 2rem;
    cursor: pointer;
    opacity: 1
}

@media(max-width:1600px) {
    .representative .modal-content {
        width: 70%
    }
}

@media(max-width:1200px) {
    .representative .modal-content {
        width: 80%
    }
}

@media(max-width:992px) {
    .representative:modal {
        padding: 100px 0
    }
}

@media(max-width:768px) {
    .representative .modal-content {
        width: 95%
    }

    .representative .modal-content .form-title h2 {
        width: 100%
    }

    .representative .modal-content .content-form .formulario p {
        padding: 0 20px
    }

    .representative .modal-content .content-form .formulario .form-shortcode form p i {
        left: 50px
    }
}

@media(max-width:575px) {
    .representative .modal-content .form-title h2 {
        font-size: 1.4em
    }

    .representative .modal-content .content-form .logo-form img {
        width: 50%
    }

    .representative .modal-content .content-form .formulario .form-shortcode {
        width: 90%
    }
}

.representacao .banner {
    margin-top: 100px
}

.representacao .banner .banner__texto {
    margin: 2rem 0
}

.representacao .banner .banner__content {
    padding: 0 5%
}

.representacao .banner .banner__content h2 {
    color: #707070;
    font-size: 3rem
}

.representacao .banner .banner__content h2 p {
    font-size: 2rem;
    font-weight: 100
}

.representacao .banner .banner__content h2 strong {
    font-weight: 600
}

.representacao .banner .banner__content .orange__button {
    padding: 15px;
    display: inline-block;
    margin-top: 1rem
}

.representacao .banner .banner__image svg {
    left: 0
}

@media(min-width:1024px) {
    .representacao .banner .banner__content {
        padding: 8rem
    }

    .representacao .banner .banner__content h2 {
        color: #707070;
        font-size: 3rem
    }

    .representacao .banner .banner__content h2 p {
        font-size: 1.4em;
        font-weight: 100
    }

    .representacao .banner .banner__content h2 strong {
        font-weight: 600
    }

    .representacao .banner .banner .banner__image {
        padding-top: 6rem
    }
}

.representacao .posts {
    padding: 4rem 5%;
    background-color: #f1f1f1
}

.representacao .posts .posts__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.representacao .posts .posts__filter li {
    width: 100%;
    max-width: 15.625rem
}

.representacao .posts .posts__filter li a {
    display: block;
    text-align: center;
    padding: .5rem
}

.representacao .posts .category__button {
    font-size: 1rem;
    background: #fff;
    color: #707070;
    border: 2px solid #d3d3d3;
    border-radius: 99px;
    padding: 15px;
    min-height: 4rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.representacao .posts .category__button img {
    max-width: 100px;
    margin: auto
}

.representacao .posts .category__button-active {
    font-size: 1rem;
    background: #fff;
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.representacao .posts .posts__info {
    text-align: center;
    margin: 4rem 0
}

.representacao .posts .posts__info span {
    color: #00154f;
    font-weight: 700
}

.representacao .posts .posts__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
}

.representacao .posts .posts__item {
    position: relative;
    margin: auto;
    padding: 2rem 0;
    min-height: 34.375rem;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.representacao .posts .posts__item .post-badge {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00c7dd;
    color: #fff;
    padding: .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem
}

.representacao .posts .posts__item .post__content {
    padding: 2rem
}

.representacao .posts .posts__item img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.representacao .posts .posts__item .post__content h3 {
    font-weight: 400;
    color: #038;
    min-height: 5rem;
    font-size: 1.5rem
}

.representacao .posts .posts__item .post__content p {
    color: #707070;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 2rem
}

.representacao .posts .posts__item .post__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.representacao .posts .posts__item .post__actions .readMore__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.representacao .posts .posts__item .post__actions .orange__button {
    padding: 15px;
    font-size: 1rem
}

.representacao .post__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 80;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    text-align: center
}

.representacao .post__modal-content {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 90;
    overflow: hidden;
    max-width: 62.5rem;
    height: 100vh;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    border-radius: .625rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: auto
}

.representacao .post__modal-content::-webkit-scrollbar {
    width: 6px
}

.representacao .post__modal-content::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 4px
}

.representacao .post__modal-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px
}

.representacao .post__modal-title {
    position: relative;
    padding: 4rem 2rem
}

.representacao .post__modal-title h2 {
    color: #707070;
    font-size: 1.25em;
    margin: auto;
    font-weight: 300
}

.representacao .post__modal-title h2 strong {
    font-weight: 600
}

.representacao .post__modal-title .post__modal-close {
    position: absolute;
    right: 1rem;
    top: 4rem;
    cursor: pointer
}

@media(min-width:64rem) {
    .representacao .post__modal-title .post__modal-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        cursor: pointer
    }
}

.representacao .post__modal-product {
    padding: 2rem;
    background-color: #f5f5f5
}

.representacao .post__modal-product img {
    max-width: 12.5rem;
    margin: auto
}

.representacao .post__modal-product h3 {
    color: #038
}

.representacao .posts__recomended-title {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    margin: 2rem 0 4rem
}

.representacao .post__modal-form {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.representacao .post__modal-form .logo-form {
    padding: 2rem 0
}

.representacao .post__modal-form .formulario {
    padding: 2rem;
    overflow: hidden
}

.representacao .post__modal-form .formulario p {
    text-align: center;
    font-size: .9em;
    font-weight: 300
}

.representacao .post__modal-form .formulario .form-shortcode {
    width: 80%;
    margin: auto
}

.representacao .post__modal-form .formulario .form-shortcode form {
    position: relative;
    margin-top: 1rem
}

.representacao .post__modal-form .formulario .form-shortcode form p {
    position: relative;
    margin-bottom: 0
}

.representacao .post__modal-form .formulario .form-shortcode form p input,
.representacao .post__modal-form .formulario .form-shortcode form p textarea {
    color: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px 60px
}

.representacao .post__modal-form .formulario .form-shortcode form p textarea {
    border-radius: 25px
}

.representacao .post__modal-form .formulario .form-shortcode form p i {
    color: #707070;
    position: absolute;
    top: 18px;
    left: 23px
}

.representacao .post__modal-form .formulario .form-shortcode form p .fa-envelope {
    top: 27px
}

.representacao .post__modal-form .formulario .form-shortcode form p input::-webkit-input-placeholder,
.representacao .post__modal-form .formulario .form-shortcode form p textarea::-webkit-input-placeholder {
    color: #afafaf
}

.representacao .post__modal-form .formulario .form-shortcode form p input::-moz-placeholder,
.representacao .post__modal-form .formulario .form-shortcode form p textarea::-moz-placeholder {
    color: #afafaf
}

.representacao .post__modal-form .formulario .form-shortcode form p input:-ms-input-placeholder,
.representacao .post__modal-form .formulario .form-shortcode form p textarea:-ms-input-placeholder {
    color: #afafaf
}

.representacao .post__modal-form .formulario .form-shortcode form p input::-ms-input-placeholder,
.representacao .post__modal-form .formulario .form-shortcode form p textarea::-ms-input-placeholder {
    color: #afafaf
}

.representacao .post__modal-form .formulario .form-shortcode form p input::placeholder,
.representacao .post__modal-form .formulario .form-shortcode form p textarea::placeholder {
    color: #afafaf
}

.representacao .post__modal-form .formulario .form-shortcode form .orange__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    border: 0
}

.representacao .post__modal-form .formulario .form-shortcode form .wpcf7-not-valid-tip {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0
}

.representacao .post__modal-form .formulario .form-shortcode form .wpcf7-spinner {
    top: -47px;
    left: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.representacao .post__modal-form .formulario .form-shortcode form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.representacao .post__modal-form .logo-form img {
    width: 25%;
    margin: auto
}

@media(min-width:768px) {
    .representacao .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .representacao .posts .posts__filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .representacao .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width:1650px) {
    .representacao .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.representacao .services {
    background: #f6f6f6;
    padding: 140px 0 100px
}

.representacao .services .services__content {
    color: #707070
}

.representacao .services .services__content h2 {
    font-size: 3rem;
    font-weight: 300
}

.representacao .services .services__content p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 2rem 0
}

.representacao .services .services__content .orange__button {
    padding: 15px
}

.singleProduct .heroSingleProduct {
    background: rgba(0, 0, 0, 0) linear-gradient(109deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    padding: 4rem 5%;
    margin-top: 6.25rem
}

.singleProduct .heroSingleProduct__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem
}

.singleProduct .heroSingleProduct__content img {
    max-width: 100px;
    margin: auto
}

.singleProduct .heroSingleProduct__content h1 {
    font-size: 2rem;
    font-weight: 300;
    color: #fff
}

.singleProduct .heroSingleProduct__content h2 {
    color: #00d5ff;
    font-size: 1.5rem;
    margin-top: 1.5rem
}

.singleProduct .heroSingleProduct__content span {
    color: #00d5ff;
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem
}

@media(min-width:1024px) {
    .singleProduct .heroSingleProduct__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .singleProduct .heroSingleProduct__content h1 {
        font-size: 3rem
    }

    .singleProduct .heroSingleProduct__content h2 {
        font-size: 2rem
    }
}

.singleProduct .productSingleProduct {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #f6f6f6)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%) 0% 0% no-repeat padding-box;
    padding: 4rem 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

.singleProduct .productSingleProduct__image img {
    -o-object-fit: contain;
    object-fit: contain
}

.singleProduct .productSingleProduct__content span {
    font-size: 2rem;
    color: #038;
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: 500
}

.singleProduct .productSingleProduct__content p strong {
    font-size: 1.25rem;
    color: #038;
    text-transform: uppercase;
    font-weight: 700
}

.singleProduct .productSingleProduct__content ul {
    list-style: disc;
    color: #707070;
    margin: 2rem 0;
    padding-left: 1rem
}

.singleProduct .productSingleProduct__content ul li {
    margin: .5rem 0
}

.singleProduct .productSingleProduct__actions {
    margin-top: 2rem
}

.singleProduct .productSingleProduct__actions .orange__button {
    padding: 15px 50px;
    display: inline-block
}

.singleProduct .productSingleProduct__actions .white__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px 50px;
    display: inline-block;
    margin: 1rem
}

.singleProduct .productSingleProduct__actions .white__button:hover {
    text-decoration: none;
    color: #fff;
    background: #ff6700;
    -webkit-box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(min-width:1024px) {
    .singleProduct .productSingleProduct {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8rem 5%
    }

    .singleProduct .productSingleProduct__image {
        width: 40%
    }

    .singleProduct .productSingleProduct__content {
        width: 60%
    }
}

.singleProduct .post__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 80;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    text-align: center
}

.singleProduct .post__modal-content {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 90;
    overflow: hidden;
    max-width: 62.5rem;
    height: 100vh;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    border-radius: .625rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: auto
}

.singleProduct .post__modal-content::-webkit-scrollbar {
    width: 6px
}

.singleProduct .post__modal-content::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 4px
}

.singleProduct .post__modal-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px
}

.singleProduct .post__modal-title {
    position: relative;
    padding: 4rem 2rem
}

.singleProduct .post__modal-title h2 {
    color: #707070;
    font-size: 1.25em;
    margin: auto;
    font-weight: 300
}

.singleProduct .post__modal-title h2 strong {
    font-weight: 600
}

.singleProduct .post__modal-title .post__modal-close {
    position: absolute;
    right: 1rem;
    top: 4rem;
    cursor: pointer
}

@media(min-width:64rem) {
    .singleProduct .post__modal-title .post__modal-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        cursor: pointer
    }
}

.singleProduct .post__modal-product {
    padding: 2rem;
    background-color: #f5f5f5
}

.singleProduct .post__modal-product img {
    max-width: 12.5rem;
    margin: auto
}

.singleProduct .post__modal-product h3 {
    color: #038
}

.singleProduct .posts__recomended-title {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    margin: 2rem 0 4rem
}

.singleProduct .post__modal-form {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.singleProduct .post__modal-form .logo-form {
    padding: 2rem 0
}

.singleProduct .post__modal-form .formulario {
    padding: 2rem;
    overflow: hidden
}

.singleProduct .post__modal-form .formulario p {
    text-align: center;
    font-size: .9em;
    font-weight: 300
}

.singleProduct .post__modal-form .formulario .form-shortcode {
    width: 80%;
    margin: auto
}

.singleProduct .post__modal-form .formulario .form-shortcode form {
    position: relative;
    margin-top: 1rem
}

.singleProduct .post__modal-form .formulario .form-shortcode form p {
    position: relative;
    margin-bottom: 0
}

.singleProduct .post__modal-form .formulario .form-shortcode form p input,
.singleProduct .post__modal-form .formulario .form-shortcode form p textarea {
    color: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px 60px
}

.singleProduct .post__modal-form .formulario .form-shortcode form p textarea {
    border-radius: 25px
}

.singleProduct .post__modal-form .formulario .form-shortcode form p i {
    color: #707070;
    position: absolute;
    top: 18px;
    left: 23px
}

.singleProduct .post__modal-form .formulario .form-shortcode form p .fa-envelope {
    top: 27px
}

.singleProduct .post__modal-form .formulario .form-shortcode form p input::-webkit-input-placeholder,
.singleProduct .post__modal-form .formulario .form-shortcode form p textarea::-webkit-input-placeholder {
    color: #afafaf
}

.singleProduct .post__modal-form .formulario .form-shortcode form p input::-moz-placeholder,
.singleProduct .post__modal-form .formulario .form-shortcode form p textarea::-moz-placeholder {
    color: #afafaf
}

.singleProduct .post__modal-form .formulario .form-shortcode form p input:-ms-input-placeholder,
.singleProduct .post__modal-form .formulario .form-shortcode form p textarea:-ms-input-placeholder {
    color: #afafaf
}

.singleProduct .post__modal-form .formulario .form-shortcode form p input::-ms-input-placeholder,
.singleProduct .post__modal-form .formulario .form-shortcode form p textarea::-ms-input-placeholder {
    color: #afafaf
}

.singleProduct .post__modal-form .formulario .form-shortcode form p input::placeholder,
.singleProduct .post__modal-form .formulario .form-shortcode form p textarea::placeholder {
    color: #afafaf
}

.singleProduct .post__modal-form .formulario .form-shortcode form .orange__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    border: 0
}

.singleProduct .post__modal-form .formulario .form-shortcode form .wpcf7-not-valid-tip {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0
}

.singleProduct .post__modal-form .formulario .form-shortcode form .wpcf7-spinner {
    top: -47px;
    left: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.singleProduct .post__modal-form .formulario .form-shortcode form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.singleProduct .post__modal-form .logo-form img {
    width: 25%;
    margin: auto
}

.singleProduct .aboutSingleProduct {
    padding: 4rem 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

.singleProduct .aboutSingleProduct__content h3 {
    font-size: 2rem;
    color: #707070;
    font-weight: 400
}

.singleProduct .aboutSingleProduct__content p {
    font-size: 1rem;
    color: #707070;
    margin-top: 1.5rem
}

@media(min-width:1024px) {
    .singleProduct .aboutSingleProduct {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 5%
    }

    .singleProduct .aboutSingleProduct__image {
        width: 50%
    }

    .singleProduct .aboutSingleProduct__content {
        width: 50%;
        padding: 4rem
    }

    .singleProduct .aboutSingleProduct__content h3 {
        font-size: 3rem
    }
}

.singleProduct .featuresSingleProduct {
    background: rgba(0, 0, 0, 0) linear-gradient(109deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

.singleProduct .featuresSingleProduct__content {
    padding: 4rem 5%
}

.singleProduct .featuresSingleProduct__content h4 {
    font-size: 2rem;
    color: #fff;
    font-weight: 400
}

.singleProduct .featuresSingleProduct__content p {
    font-size: 1rem;
    color: #fff;
    margin-top: 1.5rem
}

@media(min-width:1024px) {
    .singleProduct .featuresSingleProduct {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .singleProduct .featuresSingleProduct__image {
        width: 60%
    }

    .singleProduct .featuresSingleProduct__content {
        padding: 8rem 5%;
        width: 40%
    }

    .singleProduct .featuresSingleProduct__content h4 {
        font-size: 3rem
    }
}

.singleProduct .posts {
    padding: 4rem 5%;
    text-align: center
}

.singleProduct .posts .orange__button {
    padding: 15px 35px;
    margin: 2rem 0;
    display: inline-block
}

.singleProduct .posts .posts__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.singleProduct .posts .posts__filter li {
    width: 100%
}

.singleProduct .posts .posts__filter li a {
    display: block;
    text-align: center;
    padding: .5rem
}

.singleProduct .posts .posts__info {
    text-align: end;
    margin: 4rem 0
}

.singleProduct .posts .posts__info span {
    color: #00154f;
    font-weight: 700
}

.singleProduct .posts .posts__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
}

.singleProduct .posts .posts__item {
    position: relative;
    margin: auto;
    padding: 2rem 0;
    min-height: 34.375rem;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.singleProduct .posts .posts__item .post-badge {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00c7dd;
    color: #fff;
    padding: .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem
}

.singleProduct .posts .posts__item .post__content {
    padding: 2rem
}

.singleProduct .posts .posts__item img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.singleProduct .posts .posts__item .post__content h3 {
    font-weight: 400;
    color: #038;
    min-height: 5rem;
    font-size: 1.5rem
}

.singleProduct .posts .posts__item .post__content p {
    color: #707070;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 2rem
}

.singleProduct .posts .posts__item .post__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.singleProduct .posts .posts__item .post__actions .readMore__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.singleProduct .posts .posts__item .post__actions .orange__button {
    padding: 15px;
    font-size: 1rem
}

@media(min-width:768px) {
    .singleProduct .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .singleProduct .posts .posts__filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .singleProduct .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width:1650px) {
    .singleProduct .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.singleProduct .services {
    background: #f6f6f6;
    padding: 140px 0 100px
}

.singleProduct .services .services__content {
    color: #707070
}

.singleProduct .services .services__content h2 {
    font-size: 3rem;
    font-weight: 300
}

.singleProduct .services .services__content p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 2rem 0
}

.singleProduct .services .services__content .orange__button {
    padding: 15px;
    width: 100%;
    display: block;
    max-width: 25rem;
    margin: auto
}

.singleSolution .heroSingleSolution {
    background: rgba(0, 0, 0, 0) linear-gradient(109deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    padding: 8rem 5%;
    margin-top: 6.25rem
}

.singleSolution .heroSingleSolution__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem
}

.singleSolution .heroSingleSolution__content img {
    max-width: 100px;
    margin: auto
}

.singleSolution .heroSingleSolution__content h1 {
    font-size: 3rem;
    font-weight: 300;
    color: #fff
}

.singleSolution .heroSingleSolution__content p {
    color: #00d5ff;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    text-align: center
}

.singleSolution .heroSingleSolution__content span {
    color: #00d5ff;
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem
}

@media(min-width:1024px) {
    .singleSolution .heroSingleSolution__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.singleSolution .productSingleSolution {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #f6f6f6)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%) 0% 0% no-repeat padding-box;
    padding: 4rem 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

.singleSolution .productSingleSolution__content h2 {
    font-size: 2rem;
    color: #038;
    margin-bottom: 2rem
}

.singleSolution .productSingleSolution__content p {
    font-size: 1.25rem;
    color: #038;
    text-transform: uppercase;
    font-weight: 700
}

.singleSolution .productSingleSolution__content ul {
    list-style: disc;
    color: #707070;
    margin: 2rem 0;
    padding-left: 1rem
}

.singleSolution .productSingleSolution__content ul li {
    margin: .5rem 0
}

.singleSolution .productSingleSolution__actions {
    margin-top: 2rem
}

.singleSolution .productSingleSolution__actions .orange__button {
    padding: 15px 50px;
    display: inline-block
}

.singleSolution .productSingleSolution__actions .white__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px 50px;
    display: inline-block;
    margin: 1rem 0
}

.singleSolution .productSingleSolution__actions .white__button:hover {
    text-decoration: none;
    color: #fff;
    background: #ff6700;
    -webkit-box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    box-shadow: 0 0 5px #ff6700, 0 0 25px #ff6700, 0 0 50px #ff6700, 0 0 200px #ff6700;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(min-width:1024px) {
    .singleSolution .productSingleSolution {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8rem 5%
    }

    .singleSolution .productSingleSolution__image {
        width: 40%
    }

    .singleSolution .productSingleSolution__content {
        width: 60%
    }
}

.singleSolution .aboutSingleSolution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

.singleSolution .aboutSingleSolution__content {
    padding: 4rem 5%
}

.singleSolution .aboutSingleSolution__content h2 {
    font-size: 2rem;
    color: #707070;
    font-weight: 400
}

.singleSolution .aboutSingleSolution__content p {
    font-size: 1rem;
    color: #707070;
    margin: 1.5rem 0;
    line-height: 35px
}

.singleSolution .aboutSingleSolution .orange__button {
    padding: 15px 35px;
    display: inline-block
}

@media(min-width:1024px) {
    .singleSolution .aboutSingleSolution {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }

    .singleSolution .aboutSingleSolution__image {
        width: 50%
    }

    .singleSolution .aboutSingleSolution__content {
        padding: 8rem 5%;
        width: 50%
    }

    .singleSolution .aboutSingleSolution__content h2 {
        font-size: 3rem
    }
}

.singleSolution .featuresSingleSolution {
    background: rgba(0, 0, 0, 0) linear-gradient(109deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    color: #fff
}

.singleSolution .featuresSingleSolution ul {
    list-style: disc;
    padding-left: 1.25rem
}

.singleSolution .featuresSingleSolution__content {
    padding: 4rem 5%
}

.singleSolution .featuresSingleSolution__content h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 400
}

.singleSolution .featuresSingleSolution__content p {
    font-size: 1rem;
    color: #fff;
    margin-top: .5rem;
    line-height: 35px
}

@media(min-width:1024px) {
    .singleSolution .featuresSingleSolution {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }

    .singleSolution .featuresSingleSolution__image {
        width: 50%
    }

    .singleSolution .featuresSingleSolution__content {
        padding: 8rem 5%;
        width: 50%
    }

    .singleSolution .featuresSingleSolution__content h3 {
        font-size: 3rem
    }
}

.singleSolution .posts {
    padding: 4rem 5%;
    text-align: center
}

.singleSolution .posts .orange__button {
    padding: 15px 35px;
    margin: 2rem 0;
    display: inline-block
}

.singleSolution .posts .posts__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.singleSolution .posts .posts__filter li {
    width: 100%
}

.singleSolution .posts .posts__filter li a {
    display: block;
    text-align: center;
    padding: .5rem
}

.singleSolution .posts .posts__info {
    text-align: end;
    margin: 4rem 0
}

.singleSolution .posts .posts__info span {
    color: #00154f;
    font-weight: 700
}

.singleSolution .posts .posts__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
}

.singleSolution .posts .posts__item {
    position: relative;
    margin: auto;
    padding: 2rem 0;
    min-height: 34.375rem;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.singleSolution .posts .posts__item .post-badge {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00c7dd;
    color: #fff;
    padding: .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem
}

.singleSolution .posts .posts__item .post__content {
    padding: 2rem
}

.singleSolution .posts .posts__item img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.singleSolution .posts .posts__item .post__content h3 {
    font-weight: 400;
    color: #038;
    min-height: 5rem;
    font-size: 1.5rem
}

.singleSolution .posts .posts__item .post__content p {
    color: #707070;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 2rem
}

.singleSolution .posts .posts__item .post__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.singleSolution .posts .posts__item .post__actions .readMore__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.singleSolution .posts .posts__item .post__actions .orange__button {
    padding: 15px;
    font-size: 1rem
}

@media(min-width:768px) {
    .singleSolution .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .singleSolution .posts .posts__filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .singleSolution .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width:1650px) {
    .singleSolution .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.singleSolution .post__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 80;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    text-align: center
}

.singleSolution .post__modal-content {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 90;
    overflow: hidden;
    max-width: 62.5rem;
    height: 100vh;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    border-radius: .625rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: auto
}

.singleSolution .post__modal-content::-webkit-scrollbar {
    width: 6px
}

.singleSolution .post__modal-content::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 4px
}

.singleSolution .post__modal-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px
}

.singleSolution .post__modal-title {
    position: relative;
    padding: 4rem 2rem
}

.singleSolution .post__modal-title h2 {
    color: #707070;
    font-size: 1.25em;
    margin: auto;
    font-weight: 300
}

.singleSolution .post__modal-title h2 strong {
    font-weight: 600
}

.singleSolution .post__modal-title .post__modal-close {
    position: absolute;
    right: 1rem;
    top: 4rem;
    cursor: pointer
}

@media(min-width:64rem) {
    .singleSolution .post__modal-title .post__modal-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        cursor: pointer
    }
}

.singleSolution .post__modal-product {
    padding: 2rem;
    background-color: #f5f5f5
}

.singleSolution .post__modal-product img {
    max-width: 12.5rem;
    margin: auto
}

.singleSolution .post__modal-product h3 {
    color: #038
}

.singleSolution .posts__recomended-title {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    margin: 2rem 0 4rem
}

.singleSolution .post__modal-form {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.singleSolution .post__modal-form .logo-form {
    padding: 2rem 0
}

.singleSolution .post__modal-form .formulario {
    padding: 2rem;
    overflow: hidden
}

.singleSolution .post__modal-form .formulario p {
    text-align: center;
    font-size: .9em;
    font-weight: 300
}

.singleSolution .post__modal-form .formulario .form-shortcode {
    width: 80%;
    margin: auto
}

.singleSolution .post__modal-form .formulario .form-shortcode form {
    position: relative;
    margin-top: 1rem
}

.singleSolution .post__modal-form .formulario .form-shortcode form p {
    position: relative;
    margin-bottom: 0
}

.singleSolution .post__modal-form .formulario .form-shortcode form p input,
.singleSolution .post__modal-form .formulario .form-shortcode form p textarea {
    color: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px 60px
}

.singleSolution .post__modal-form .formulario .form-shortcode form p textarea {
    border-radius: 25px
}

.singleSolution .post__modal-form .formulario .form-shortcode form p i {
    color: #707070;
    position: absolute;
    top: 18px;
    left: 23px
}

.singleSolution .post__modal-form .formulario .form-shortcode form p .fa-envelope {
    top: 27px
}

.singleSolution .post__modal-form .formulario .form-shortcode form p input::-webkit-input-placeholder,
.singleSolution .post__modal-form .formulario .form-shortcode form p textarea::-webkit-input-placeholder {
    color: #afafaf
}

.singleSolution .post__modal-form .formulario .form-shortcode form p input::-moz-placeholder,
.singleSolution .post__modal-form .formulario .form-shortcode form p textarea::-moz-placeholder {
    color: #afafaf
}

.singleSolution .post__modal-form .formulario .form-shortcode form p input:-ms-input-placeholder,
.singleSolution .post__modal-form .formulario .form-shortcode form p textarea:-ms-input-placeholder {
    color: #afafaf
}

.singleSolution .post__modal-form .formulario .form-shortcode form p input::-ms-input-placeholder,
.singleSolution .post__modal-form .formulario .form-shortcode form p textarea::-ms-input-placeholder {
    color: #afafaf
}

.singleSolution .post__modal-form .formulario .form-shortcode form p input::placeholder,
.singleSolution .post__modal-form .formulario .form-shortcode form p textarea::placeholder {
    color: #afafaf
}

.singleSolution .post__modal-form .formulario .form-shortcode form .orange__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    border: 0
}

.singleSolution .post__modal-form .formulario .form-shortcode form .wpcf7-not-valid-tip {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0
}

.singleSolution .post__modal-form .formulario .form-shortcode form .wpcf7-spinner {
    top: -47px;
    left: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.singleSolution .post__modal-form .formulario .form-shortcode form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.singleSolution .post__modal-form .logo-form img {
    width: 25%;
    margin: auto
}

.singleSolution .expertise {
    position: relative;
    background: #f6f6f6;
    padding: 4rem 5%;
    text-align: center;
    min-height: 75vh
}

.singleSolution .expertise .orange__button {
    padding: 15px 35px;
    margin: 2rem 0;
    display: inline-block
}

.singleSolution .expertise .expertise__image {
    position: absolute;
    bottom: -10%;
    right: -20%;
    z-index: 5
}

.singleSolution .expertise .expertise__image img {
    max-width: 31.25rem;
    width: 100%
}

.singleSolution .expertise span {
    color: #038;
    font-size: 1.4rem;
    margin-bottom: 1rem
}

.singleSolution .expertise h4 {
    font-size: 3rem;
    font-weight: 300;
    color: #038;
    line-height: 50px;
    margin-bottom: 2rem
}

.singleSolution .expertise .expertise__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    position: relative;
    z-index: 10
}

.singleSolution .expertise .expertise__item {
    background-color: #d3d3d3;
    text-align: center;
    color: #707070;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 300
}

@media(min-width:768px) {
    .singleSolution .expertise .expertise__items {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .singleSolution .expertise .expertise__items {
        grid-template-columns: 1fr 1fr 1fr
    }

    .singleSolution .expertise .expertise__image img {
        max-width: 50rem;
        width: 100%
    }
}

@media(min-width:1366px) {
    .singleSolution .expertise .expertise__items {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .singleSolution .expertise .expertise__item {
        background-color: #d3d3d3;
        text-align: center;
        color: #707070;
        padding: 1rem 1.5rem;
        border-radius: 1rem;
        font-size: 1.25rem;
        font-weight: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100px
    }
}

.singleSolution .services {
    background: #f6f6f6;
    padding: 140px 0 100px
}

.singleSolution .services .services__content {
    color: #707070
}

.singleSolution .services .services__content h2 {
    font-size: 3rem;
    font-weight: 300
}

.singleSolution .services .services__content p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 2rem 0
}

.singleSolution .services .services__content .orange__button {
    padding: 15px
}

.error .main-404 h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 6em;
    color: #e76b18
}

.error .main-404 .mensagem h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #001c59
}

.error .main-404 .mensagem p {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: .9rem;
    color: #434955
}

.error .main-404 a {
    background-color: #001c59;
    border: 2px solid #001c59;
    text-decoration: none;
    padding: 10px 30px;
    color: #fff;
    width: 270px;
    border-radius: 5px;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s
}

.error .main-404 a:hover {
    background-color: #fff;
    border: 2px solid #001c59;
    color: #001c59;
    -webkit-transition: all .2s;
    transition: all .2s
}

.asia .banner {
    position: relative;
    z-index: 9;
    padding: 0 5%
}

.asia .banner .banner__content {
    position: relative;
    margin-top: 4rem
}

.asia .banner .banner__content h2 {
    color: #707070;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.asia .banner .banner__content h2 p {
    font-weight: 100
}

.asia .banner .banner__content h2 p strong {
    font-weight: 500
}

@media(min-width:1024px) {
    .asia .banner .banner__content h2 {
        font-size: 2rem
    }
}

@media(min-width:1500px) {
    .asia .banner .banner__content h2 {
        font-size: 2.5rem
    }
}

@media(min-width:1600px) {
    .asia .banner .banner__content {
        padding-right: 4rem
    }

    .asia .banner .banner__content h2 {
        font-size: 3rem
    }
}

.asia .banner .banner__content .banner__texto p {
    color: #707070;
    font-weight: 100;
    font-size: 1rem;
    margin-bottom: 20px
}

.asia .banner .banner__content .banner__texto ul {
    margin-bottom: 20px
}

.asia .banner .banner__content .banner__texto ul li {
    position: relative;
    color: #707070;
    font-weight: 100;
    padding-left: 3rem;
    font-size: 1rem
}

.asia .banner .banner__content .banner__texto ul li:before {
    content: "";
    width: 30px;
    height: 6px;
    background-color: #00d5ff;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(min-width:1024px) {
    .asia .banner .banner__content .banner__texto p {
        font-size: 1.125rem
    }
}

.asia .banner .banner__content .banner__content--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.asia .banner .banner__content .banner__content--buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: .875rem;
    padding: 15px 30px;
    margin-right: 10px
}

.asia .banner .banner__image img {
    margin: auto
}

.asia .banner .banner__image svg {
    height: 35vw;
    margin: auto
}

.asia .banner .banner__image .btn-modal {
    cursor: pointer
}

.asia .banner .banner__image .btn-modal img {
    width: 100%;
    height: auto
}

.asia .inovation {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    height: auto;
    width: 100%
}

.asia .inovation .inovation__image {
    position: relative
}

.asia .inovation .inovation__image img {
    position: relative;
    margin: auto
}

.asia .inovation .inovation__content {
    color: #fff;
    position: relative;
    padding: 4rem 5%
}

.asia .inovation .inovation__content h2 p {
    font-size: 1.5rem;
    font-weight: 400
}

.asia .inovation .inovation__content p {
    font-size: 1rem;
    font-weight: 100
}

@media(min-width:1024px) {
    .asia .inovation .inovation__content h2 p {
        font-size: 2rem
    }
}

@media(min-width:1200px) {
    .asia .inovation .inovation__content {
        padding: 0 5%
    }
}

@media(min-width:1500px) {
    .asia .inovation .inovation__content h2 p {
        font-size: 2.5rem
    }
}

.asia .inovation .inovation__content .inovation__content--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem
}

.asia .inovation .inovation__content .inovation__content--buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 30px;
    margin-right: 10px
}

.asia .inovation .inovation__content .inovation__content--buttons a p {
    padding: 0;
    font-size: 1rem;
    font-weight: 500
}

.asia .inovation .inovation__content .inovation__content--buttons .orange__button {
    font-size: 1rem
}

.asia .inovation .inovation__content .inovation__content--buttons .white__button {
    color: #fff;
    border: 2px solid #fff;
    font-size: 1rem;
    margin-right: 15px
}

.asia .inovation .inovation__content .inovation__content--buttons .white__button:hover {
    color: #00154f;
    border: 2px solid #fff;
    background: #fff
}

@media(min-width:1024px) {
    .asia .inovation .inovation__image {
        position: relative
    }

    .asia .inovation .inovation__image img {
        position: relative;
        margin: 0;
        margin-top: -6.1%
    }
}

.asia .abordagem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.asia .abordagem .abordagem__content {
    padding: 4rem 5%
}

.asia .abordagem .abordagem__content h2 p {
    font-size: 1.5rem;
    line-height: 55px;
    font-weight: 600
}

@media(min-width:1024px) {
    .asia .abordagem .abordagem__content h2 p {
        font-size: 2rem
    }
}

@media(min-width:1500px) {
    .asia .abordagem .abordagem__content h2 p {
        font-size: 2.5rem
    }
}

.asia .abordagem .abordagem__content p {
    color: #707070;
    font-weight: 300;
    padding-right: 20px;
    margin: 1rem 0
}

.asia .abordagem .abordagem__content .orange__button {
    font-size: 1rem;
    border-radius: 99px;
    padding: 15px;
    margin-top: 2rem;
    display: inline-block
}

.asia .abordagem .abordagem__image {
    padding: 0 5%
}

@media(min-width:1024px) {
    .asia .abordagem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .asia .abordagem .abordagem__content,
    .asia .abordagem .abordagem__image {
        width: 50%
    }
}

.asia .team {
    background-color: #f5f5f5;
    padding-top: 75px;
    position: relative
}

.asia .team h2 {
    text-align: center;
    color: #707070;
    padding: 50px 0
}

.asia .team h2 p {
    font-size: 1.5rem;
    font-weight: 300
}

.asia .team h2 p strong {
    font-weight: 600
}

@media(min-width:1024px) {
    .asia .team h2 p {
        font-size: 2rem
    }
}

@media(min-width:1500px) {
    .asia .team h2 p {
        font-size: 2.5rem
    }
}

.asia .team .team__box {
    text-align: center;
    color: #afafaf
}

.asia .team .team__box p {
    font-size: 5.5rem;
    font-weight: 400
}

.asia .team .team__box h3 {
    font-weight: 400;
    font-size: 2.5rem;
    padding: 0 45px
}

@media(max-width:1600px) {
    .asia .team h2 {
        font-size: 2.6rem;
        padding: 50px 200px
    }
}

@media(max-width:1200px) {
    .asia .team {
        top: 0
    }

    .asia .team h2 {
        padding: 50px 0
    }

    .asia .team .team__box p {
        font-size: 4.5rem
    }

    .asia .team .team__box h3 {
        font-size: 2rem;
        padding: 0
    }
}

.asia .expertise {
    position: relative;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    padding: 4rem 5%;
    text-align: center;
    min-height: 75vh
}

.asia .expertise .expertise__image {
    position: absolute;
    bottom: -10%;
    right: -20%;
    z-index: 5
}

.asia .expertise .expertise__image img {
    max-width: 31.25rem;
    width: 100%
}

.asia .expertise span {
    color: #00d5ff;
    font-size: 1.4rem
}

.asia .expertise h2 {
    font-size: 3rem;
    font-weight: 100;
    color: #fff;
    line-height: 50px;
    margin: 2rem 0
}

.asia .expertise .expertise__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    position: relative;
    z-index: 10
}

.asia .expertise .expertise__item {
    background-color: #001f77;
    text-align: center;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 300
}

@media(min-width:768px) {
    .asia .expertise .expertise__items {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .asia .expertise .expertise__items {
        grid-template-columns: 1fr 1fr 1fr
    }

    .asia .expertise .expertise__image img {
        max-width: 50rem;
        width: 100%
    }
}

@media(min-width:1366px) {
    .asia .expertise .expertise__items {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .asia .expertise .expertise__item {
        text-align: center;
        padding: 1rem 1.5rem;
        border-radius: 1rem;
        font-size: 1.25rem;
        font-weight: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100px
    }
}

.asia .sistema {
    padding: 4rem 5%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 2500px
}

.asia .sistema .sistema__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 5%
}

.asia .sistema .sistema__content h2 {
    line-height: 50px;
    padding: 30px 0
}

.asia .sistema .sistema__content h2 p {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem
}

@media(min-width:1024px) {
    .asia .sistema .sistema__content h2 p {
        font-size: 2rem
    }
}

@media(min-width:1500px) {
    .asia .sistema .sistema__content h2 p {
        font-size: 2.5rem
    }
}

.asia .sistema .sistema__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4rem;
    margin-top: 12rem
}

.asia .sistema .sistema__content ul li {
    position: relative;
    background-color: #038;
    padding: 4rem 2rem;
    color: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    text-align: center;
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.asia .sistema .sistema__content ul li:before {
    content: "";
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/solucoes-sistema-img.png) no-repeat;
    background-size: cover;
    position: absolute;
    height: 120px;
    width: 120px;
    top: -4rem;
    right: 0;
    left: 0;
    margin: auto;
    display: block
}

.asia .sistema .sistema__content .orange__button {
    padding: 15px
}

@media(min-width:1024px) {
    .asia .sistema {
        min-height: 75rem
    }

    .asia .sistema .sistema__content ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2rem
    }

    .asia .sistema li {
        padding: 4rem 2rem;
        width: 20%;
        min-height: 250px
    }
}

.asia .resultados {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 4rem 5% 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box
}

.asia .resultados .resultados__content img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.asia .resultados .resultados__content span {
    color: #00d5ff;
    font-size: 1.4rem;
    margin: 1rem 0;
    display: block
}

.asia .resultados .resultados__content h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    line-height: 50px;
    padding: 30px 0
}

.asia .resultados .resultados__content p {
    color: #fff;
    max-width: 37.5rem;
    margin: 2rem 0
}

.asia .resultados .resultados__content ul {
    color: #00d5ff;
    padding-left: 50px
}

.asia .resultados .resultados__content ul li {
    position: relative;
    text-align: left;
    font: italic normal 300 18px/25px Roboto;
    letter-spacing: 0px;
    padding-right: 105px;
    margin-bottom: 25px
}

.asia .resultados .resultados__content ul li:before {
    content: "";
    background: url(//semeq.com/wp-content/themes/Semeq/assets/css/../images/icone-options.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 40px;
    margin-top: 5px;
    display: block
}

.asia .resultados .resultados__content a {
    padding: 12px 32px;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    margin-top: 1rem
}

.asia .resultados .resultados__content a:hover {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff
}

@media(min-width:1024px) {
    .asia .resultados {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 2rem;
        padding: 0;
        background: 0 0
    }

    .asia .resultados .resultados__image {
        width: 40%
    }

    .asia .resultados .resultados__image img {
        position: relative;
        z-index: 10;
        max-width: 600px;
        margin-left: -8rem
    }

    .asia .resultados .resultados__content {
        width: 60%;
        padding: 4rem 5%;
        background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
        background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box
    }
}

@media(min-width:1400px) {
    .asia .resultados .resultados__image img {
        margin-left: -10rem
    }
}

.asia .produtos__menu {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    padding: 80px 0
}

@media(min-width:1024px) {
    .asia .produtos__menu {
        background: rgba(0, 0, 0, 0);
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: -6rem;
        z-index: 60
    }
}

.asia .produtos__menu .produtos__container {
    -webkit-transition: all .2s;
    transition: all .2s
}

.asia .produtos__menu .produtos__container .produtos__menu--stick {
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.asia .produtos__menu .produtos__container .produtos__menu--stick .produtos__menu--box {
    border: 2px solid #d3d3d3;
    background-color: #f6f6f6;
    border-radius: 50px;
    color: #707070;
    padding: 12px 10px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.asia .produtos__menu .produtos__container .produtos__menu--stick .produtos__menu--box:hover {
    background-color: #00154f;
    border: 2px solid #00154f;
    color: #fff
}

.asia .produtos__menu .produtos__container .produtos__menu--stick .produtos__menu--box img {
    max-width: 35px;
    height: auto
}

.asia .produtos__menu .stick {
    top: 100px;
    padding-top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 60;
    -webkit-box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    box-shadow: 6px 5px 15px 2px rgba(0, 0, 0, .4);
    -webkit-transition: all .2s;
    transition: all .2s
}

.asia .produtos__menu .stick .produtos__menu--stick {
    width: 60%;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s
}

.asia .produtos__menu .stick .produtos__menu--stick .col-lg-4 {
    margin-bottom: 15px !important
}

.asia .produtos__menu .stick .produtos__menu--stick .produtos__menu--box {
    padding: 5px 10px
}

.asia .dados {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 4rem 5%
}

.asia .dados .dados__content img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto
}

.asia .dados .dados__content h2 {
    color: #00d5ff;
    font-size: 1.4rem;
    margin: 1rem 0
}

.asia .dados .dados__content span {
    font-size: 3rem;
    font-weight: 300;
    color: #fff
}

.asia .dados .dados__content p {
    font-size: 1.125rem;
    font-weight: 300;
    padding: 50px 0;
    color: #fff;
    margin: auto
}

.asia .dados .dados__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 2rem;
    color: #00d5ff;
    margin-top: 4rem
}

.asia .dados .dados__content li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 100;
    font-style: italic
}

.asia .dados .dados__content li span {
    color: #00d5ff;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    display: block;
    text-transform: uppercase
}

.asia .dados .dados__content .dados-line {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: auto;
    height: 3px;
    background-color: #00d5ff
}

.asia .dados .dados__content .dados-circle-wrapper {
    max-width: 15px;
    width: 100%
}

.asia .dados .dados__content .dados-circle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #00d5ff;
    border-radius: 50%;
    margin: auto
}

.asia .dados .dados__content .orange__button {
    padding: 15px 35px;
    display: inline-block;
    margin-top: 4rem
}

@media(min-width:1024px) {
    .asia .dados .dados__content .dados__content span {
        font-size: 3.2rem;
        font-weight: 300;
        color: #fff
    }

    .asia .dados .dados__content .dados__content p {
        font-size: 1.125rem;
        font-weight: 300;
        width: 600px;
        padding: 50px 0;
        color: #fff;
        margin: auto
    }

    .asia .dados .dados__content ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .asia .dados .dados__content .dados-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .asia .dados .dados__content ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .asia .dados .dados__content li {
        max-width: 150px;
        width: 100%;
        margin: 0
    }
}

.asia .analise {
    position: relative;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box
}

.asia .analise .analise__main {
    padding-bottom: 120px
}

.asia .analise .analise__main .box {
    left: 5%;
    padding-top: 75px
}

.asia .analise .analise__main .box .analise__text {
    position: relative;
    z-index: 2;
    text-align: center
}

.asia .analise .analise__main .box .analise__text img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.asia .analise .analise__main .box .analise__text .analise__text--content {
    width: 100%
}

.asia .analise .analise__main .box .analise__text .analise__text--content img {
    margin: auto
}

.asia .analise .analise__main .box .analise__text .analise__text--content h2 {
    color: #00d5ff;
    font-size: 1.4rem
}

.asia .analise .analise__main .box .analise__text .analise__text--content p {
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    margin: 2rem 0
}

.asia .analise .analise__main .box .analise__content {
    position: relative;
    z-index: 2;
    text-align: center
}

.asia .analise .analise__main .box .analise__content p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 30px 5%;
    margin-bottom: 10px
}

.asia .analise .analise__main .box .analise__content .orange__button {
    padding: 15px 35px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.asia .analise .analise__main .analise__image img {
    position: relative;
    left: 20%
}

.asia .analise__options {
    width: 100%
}

.asia .analise__options .analise__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 5%;
    overflow-x: scroll
}

.asia .analise__options .analise__item {
    position: relative;
    min-width: 100%
}

.asia .analise__options .analise__number {
    position: absolute;
    font-size: 20rem;
    font-weight: 700;
    color: #fff;
    bottom: 0;
    right: -2rem;
    z-index: 10
}

@media(min-width:1024px) {
    .asia .analise__options .analise__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        padding: 0 10%;
        overflow-x: hidden
    }

    .asia .analise__options .analise__item {
        min-width: unset
    }
}

.asia .analise__options .analise__item {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f5f5f5), to(rgba(255, 0, 0, 0)));
    background: linear-gradient(180deg, #f5f5f5 60%, rgba(255, 0, 0, 0) 100%);
    color: #00154f;
    text-align: center;
    height: 100vh;
    position: relative
}

.asia .analise__options .analise__item .analise__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 2rem;
    margin: auto;
    z-index: 20
}

.asia .analise__options .analise__item .analise__content h2 {
    font-size: 1.5rem;
    font-weight: 300
}

.asia .analise__options .analise__item .analise__content span {
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin-top: 2rem
}

.asia .analise__options .analise__item .analise__content span:after {
    content: "";
    display: block;
    width: 1.875rem;
    height: .25rem;
    background-color: #00c7dd;
    margin: 2rem auto
}

.asia .analise__options .analise__item .analise__content p {
    font-size: 1.125rem;
    line-height: 35px;
    font-weight: 300;
    color: #707070
}

@media(min-width:1024px) {
    .asia .analise__options .analise__item {
        width: 25%;
        min-width: none
    }
}

.asia .gestao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 4rem 5%
}

.asia .gestao .gestao_content img {
    width: 120px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 2rem
}

.asia .gestao .gestao_content h2 {
    color: #00d5ff;
    font-size: 1rem;
    margin: 1rem 0
}

.asia .gestao .gestao_content span {
    font-size: 1.5rem;
    font-weight: 300;
    color: #00154f
}

.asia .gestao .gestao_content p {
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 600px;
    padding: 50px 0;
    color: #00154f
}

.asia .gestao .gestao_content .orange__button {
    padding: 15px 35px
}

@media(min-width:64rem) {
    .asia .gestao {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .asia .gestao .gestao_content {
        padding: 4rem
    }

    .asia .gestao .gestao_content,
    .asia .gestao .gestao__image {
        width: 50%
    }

    .asia .gestao .gestao__image img {
        max-width: 90%
    }

    .asia .gestao span {
        font-size: 2rem;
        font-weight: 300;
        color: #00154f
    }
}

@media(min-width:93.75rem) {
    .asia .gestao {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .asia .gestao .gestao_content {
        padding: 4rem
    }

    .asia .gestao .gestao_content,
    .asia .gestao .gestao__image {
        width: 50%
    }

    .asia .gestao .gestao__image img {
        max-width: 90%
    }

    .asia .gestao span {
        font-size: 2.5rem;
        font-weight: 300;
        color: #00154f
    }
}

.asia .qualidade .banner__image img {
    position: relative;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover
}

.asia .qualidade .banner__content h2 {
    padding-right: 340px
}

.asia .qualidade .banner__content h2 p {
    font-weight: 400
}

.asia .qualidade .banner__content .banner__texto p {
    padding-right: 340px
}

.asia .qualidade .banner__content .banner__content--buttons .white__button {
    padding: 17px 50px;
    margin-right: 20px
}

.asia .formContact {
    padding-top: 120px;
    margin-top: -12%
}

.asia .formContact .title_form h2 {
    color: #707070;
    font-size: 2.5em;
    padding-right: 60%
}

.asia .formContact .map_countries {
    position: relative
}

.asia .formContact .map_countries .local_country {
    position: relative;
    z-index: 9
}

.asia .formContact .map_countries .local_country .country {
    text-decoration: none;
    cursor: pointer
}

.asia .formContact .map_countries .local_country .country img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .formContact .map_countries .local_country .country img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .formContact .map_countries .local_country .country p {
    color: #707070;
    font-size: 1.2em;
    font-weight: 600
}

.asia .formContact .map_countries .local_country .country span {
    color: #707070
}

.asia .formContact .map_countries .local_country .active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .formContact .map_countries:before {
    content: "";
    position: absolute;
    top: 40%;
    z-index: 0;
    background-color: #eee;
    height: 3px;
    width: 100%
}

.asia .formContact .formContact__map iframe {
    height: 500px;
    width: 100%
}

.asia .formContact .formContact__map .maps {
    display: none
}

.asia .formContact .formContact__map .active {
    display: block
}

.asia .formContact .formContact__form {
    position: relative;
    left: 0;
    height: 820px;
    padding: 60px 70px;
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, .0784313725);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .0784313725)
}

.asia .formContact .formContact__form form .wpcf7-response-output {
    position: absolute;
    left: 15px;
    margin-top: 70px
}

.asia .formContact {
    background-color: #fff;
    margin-top: 4rem
}

.asia .formContact .formContact__content {
    position: relative;
    top: 50px
}

.asia .formContact .formContact__content h2 {
    font-size: 3.8rem;
    font-weight: 400;
    color: #707070;
    font-weight: 300;
    position: relative
}

.asia .formContact .formContact__content img {
    position: relative;
    top: 80px;
    right: 40px
}

.asia .formContact .formContact__form {
    background-color: #fff;
    padding: 50px 70px;
    border-radius: 15px;
    position: relative;
    top: -50px
}

.asia .formContact .formContact__form h3 {
    font-size: 1.1rem;
    text-align: center;
    color: #707070;
    padding: 0 20px;
    margin-bottom: 15px
}

.asia .formContact .formContact__form form .form-group {
    text-align: center
}

.asia .formContact .formContact__form form .form-group input {
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px;
    margin-bottom: -10px
}

.asia .formContact .formContact__form form .form-group textarea {
    border-radius: 25px;
    border: 1px solid #afafaf;
    padding: 10px 25px;
    margin-bottom: 15px
}

.asia .formContact .formContact__form form .form-group .wpcf7-submit {
    border: none;
    font-size: 1rem;
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

.asia .formContact .formContact__form form .form-group p:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.asia .formContact .formContact__form form .wpcf7-not-valid-tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: -10px;
    margin-left: 27px;
    position: absolute
}

.asia .formContact .formContact__form form .wpcf7-response-output {
    margin-top: -40px
}

.asia .formContact .formContact__form .formContact__form--social {
    margin-top: -15px
}

.asia .formContact .formContact__form .formContact__form--social a {
    margin: 0 10px;
    text-decoration: none
}

.asia .formContact .formContact__form .formContact__form--social a i {
    font-size: 1.6rem;
    color: #00154f;
    background: rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.asia .formContact .formContact__form .formContact__form--social a .fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.asia .formContact .formContact__form .formContact__form--social a:hover i {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .formContact .formContact__form .formContact__form--social a:hover .fa-facebook-f {
    background: #3b5998
}

.asia .formContact .formContact__form .formContact__form--social a:hover .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.asia .formContact .formContact__form .formContact__form--social a:hover .fa-linkedin-in {
    background-color: #0e76a8
}

.asia .formContact .formContact__form .formContact__form--social a:hover .fa-whatsapp {
    background: #25d366
}

.asia .formContact .formContact__form .formContact__form--social a:hover .fa-phone-volume {
    background: rgba(0, 0, 0, 0) linear-gradient(109deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.asia .formContact .formContact__form .formContact__form--social a:hover .fa-youtube {
    background-color: #c4302b
}

.asia .info_countries {
    background-color: #fff
}

.asia .info_countries .contact_country h2 {
    color: #707070;
    font-size: 2.5rem;
    font-weight: 300
}

.asia .info_countries .contact_country h2 img {
    width: 65px;
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px
}

.asia .info_countries .contact_country p {
    color: #707070;
    margin-bottom: 20px;
    padding-right: 80px
}

.asia .info_countries .contact_country p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070
}

.asia .info_countries .contact_country p a img {
    width: 35px;
    height: auto;
    margin-right: 15px
}

.asia .info_countries .main_country {
    display: none
}

.asia .info_countries .active {
    display: block
}

@media(max-width:992px) {
    .asia .banner .banner__content {
        margin-bottom: 0
    }

    .asia .formContact {
        padding: 100px 0
    }

    .asia .services {
        padding: 0 0 100px
    }

    .asia .home .formContact .formContact__form form .form-group label {
        width: 100%
    }
}

@media(max-width:768px) {
    .asia .formContact .formContact__form {
        height: auto
    }

    .asia .formContact .formContact__form form .wpcf7-response-output {
        position: absolute;
        left: 0;
        margin-top: 90px
    }
}

@media(max-width:575px) {
    .asia .banner {
        padding-top: 50px !important
    }

    .asia .banner .banner__content p a {
        font-size: 1.2em
    }

    .asia .banner .banner__content p a img {
        margin-right: 10px
    }

    .asia .formContact .formContact__form {
        padding: 60px 20px
    }

    .asia .formContact .formContact__map {
        padding-right: 0
    }

    .asia .formContact .map_countries:before {
        content: none
    }

    .asia .formContact .map_countries .local_country {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.asia .posts {
    padding: 4rem 5%;
    background-color: #f5f5f5
}

.asia .posts .posts__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.asia .posts .posts__filter li {
    width: 100%
}

.asia .posts .posts__filter li a {
    display: block;
    text-align: center;
    padding: 1rem .5rem
}

.asia .posts .category__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.asia .posts .category__button-active {
    font-size: 1rem;
    background: #e76b18;
    color: #fff;
    padding: 15px
}

.asia .posts .posts__info {
    text-align: end;
    margin: 4rem 0
}

.asia .posts .posts__info span {
    color: #00154f;
    font-weight: 700
}

.asia .posts .posts__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
}

.asia .posts .posts__item {
    position: relative;
    margin: auto;
    padding: 2rem 0;
    min-height: 34.375rem;
    height: 100%;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.asia .posts .posts__item .post-badge {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00c7dd;
    color: #fff;
    padding: .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem
}

.asia .posts .posts__item .post__content {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.asia .posts .posts__item img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.asia .posts .posts__item .post__content h3 {
    font-weight: 400;
    color: #038;
    min-height: 5rem;
    font-size: 1.5rem
}

.asia .posts .posts__item .post__content ul {
    list-style: disc;
    width: 90%;
    margin: auto;
    margin-top: 1rem
}

.asia .posts .posts__item .post__content p,
.asia .posts .posts__item li,
.asia .posts .posts__item span {
    color: #707070;
    font-weight: 300;
    font-size: 1rem;
    text-align: start
}

.asia .posts .posts__item .post__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem
}

.asia .posts .posts__item .post__actions .readMore__button {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    color: #e76b18;
    border: 2px solid #e76b18;
    border-radius: 99px;
    padding: 15px
}

.asia .posts .posts__item .post__actions .orange__button {
    padding: 15px;
    font-size: 1rem
}

.asia .posts .posts__item .post__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 80;
    background-color: rgba(0, 0, 0, .4);
    display: none
}

.asia .posts .posts__item .post__modal-content {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 90;
    overflow: hidden;
    max-width: 62.5rem;
    height: 100vh;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    border-radius: .625rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: auto
}

.asia .posts .posts__item .post__modal-content::-webkit-scrollbar {
    width: 6px
}

.asia .posts .posts__item .post__modal-content::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 4px
}

.asia .posts .posts__item .post__modal-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px
}

.asia .posts .posts__item .post__modal-title {
    position: relative;
    padding: 4rem 2rem
}

.asia .posts .posts__item .post__modal-title h2 {
    color: #707070;
    font-size: 1.25em;
    margin: auto;
    font-weight: 300
}

.asia .posts .posts__item .post__modal-title h2 strong {
    font-weight: 600
}

.asia .posts .posts__item .post__modal-title .post__modal-close {
    position: absolute;
    right: 1rem;
    top: 4rem;
    cursor: pointer
}

@media(min-width:64rem) {
    .asia .posts .posts__item .post__modal-title .post__modal-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        cursor: pointer
    }
}

.asia .posts .posts__item .post__modal-product {
    padding: 2rem;
    background-color: #f5f5f5
}

.asia .posts .posts__item .post__modal-product h3 {
    color: #038
}

.asia .posts .posts__item .post__modal-form {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#038), to(#0c113d)) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #038 0%, #0c113d 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.asia .posts .posts__item .post__modal-form .formulario {
    padding: 2rem;
    overflow: hidden
}

.asia .posts .posts__item .post__modal-form .formulario p {
    text-align: center;
    font-size: .9em;
    font-weight: 300
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode {
    width: 80%;
    margin: auto
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form {
    position: relative;
    margin-top: 1rem
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p {
    position: relative;
    margin-bottom: 0
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p input,
.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea {
    color: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 25px 60px
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea {
    border-radius: 25px
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p i {
    color: #707070;
    position: absolute;
    top: 18px;
    left: 23px
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p .fa-envelope {
    top: 27px
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p input::-webkit-input-placeholder,
.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea::-webkit-input-placeholder {
    color: #afafaf
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p input::-moz-placeholder,
.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea::-moz-placeholder {
    color: #afafaf
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p input:-ms-input-placeholder,
.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea:-ms-input-placeholder {
    color: #afafaf
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p input::-ms-input-placeholder,
.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea::-ms-input-placeholder {
    color: #afafaf
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p input::placeholder,
.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form p textarea::placeholder {
    color: #afafaf
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form .orange__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    border: 0
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form .wpcf7-not-valid-tip {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form .wpcf7-spinner {
    top: -47px;
    left: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.asia .posts .posts__item .post__modal-form .formulario .form-shortcode form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.asia .posts .posts__item .post__modal-form .logo-form {
    padding: 2rem 0
}

.asia .posts .posts__item .post__modal-form .logo-form img {
    width: 25%;
    margin: auto
}

@media(min-width:768px) {
    .asia .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .asia .posts .posts__filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .asia .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }

    .asia .posts .posts__item .post__content {
        height: 77%
    }
}

@media(min-width:1650px) {
    .asia .posts .posts__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.asia .posts {
    position: relative;
    padding-top: 150px;
    height: auto
}

.asia .posts .posts__intro {
    color: #707070;
    margin-bottom: 50px
}

.asia .posts .posts__intro h2 {
    font-size: 4.5rem;
    font-weight: 300
}

.asia .posts .posts__intro p {
    font-size: 1rem
}

.asia .posts .posts__intro p strong {
    color: #00154f
}

.asia .posts .posts__content {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 15px;
    height: auto
}

.asia .posts .posts__content .posts__artigo {
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .posts .posts__content .posts__artigo .posts__artigo--image:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: #6b6b6b 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .posts .posts__content .posts__artigo .posts__artigo--content {
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 30px;
    color: #fff;
    padding-right: 25px
}

.asia .posts .posts__content .posts__artigo .posts__artigo--content h2 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px
}

.asia .posts .posts__content .posts__artigo .posts__artigo--content p {
    font-size: .8rem;
    font-weight: 300;
    margin-bottom: 35px
}

.asia .posts .posts__content .posts__artigo .posts__artigo--content .white__button {
    padding: 5px 10px;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff
}

.asia .posts .posts__content .posts__artigo .posts__artigo--content .white__button:hover {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    -webkit-transition: all .3s
}

.asia .posts .posts__content .posts__artigo:hover {
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .posts .posts__content .posts__artigo:hover .posts__artigo--image:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: #038 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply
}

.asia .posts .posts__content .posts__artigo:nth-child(1) {
    width: 100%;
    height: 290px
}

.asia .posts .posts__content .posts__artigo:nth-child(1) .posts__artigo--image img {
    height: 290px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.asia .posts .posts__content .posts__artigo:nth-child(1) .posts__artigo--content {
    padding-right: 500px
}

.asia .posts .posts__content .posts__artigo:nth-child(2) {
    width: 100%;
    height: 614px
}

.asia .posts .posts__content .posts__artigo:nth-child(2) .posts__artigo--image img {
    height: 614px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.asia .posts .posts__content .posts__artigo:nth-child(2) .posts__artigo--content {
    padding-right: 25px
}

.asia .posts .posts__content .posts__artigo:nth-child(3),
.asia .posts .posts__content .posts__artigo:nth-child(4),
.asia .posts .posts__content .posts__artigo:nth-child(5) {
    position: absolute;
    width: 260px;
    height: 300px;
    top: 313px
}

.asia .posts .posts__content .posts__artigo:nth-child(3) .posts__artigo--image img,
.asia .posts .posts__content .posts__artigo:nth-child(4) .posts__artigo--image img,
.asia .posts .posts__content .posts__artigo:nth-child(5) .posts__artigo--image img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.asia .posts .posts__content .posts__artigo:nth-child(4) {
    left: 280px
}

.asia .posts .posts__content .posts__artigo:nth-child(5) {
    left: 560px
}

.asia .posts .posts__content .not-found-list {
    color: #707070
}

.asia .posts .posts__content .not-found-list .orange__button {
    padding: 10px 20px
}

.asia .posts .posts__pagination {
    margin-bottom: 50px
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li {
    font-size: 1.5rem;
    font-weight: 400
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li span,
.asia .posts .posts__pagination .pagination-wrap .page-numbers li a {
    margin-right: 10px;
    color: #707070;
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li span:hover,
.asia .posts .posts__pagination .pagination-wrap .page-numbers li a:hover {
    text-decoration: none;
    color: #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li span.current {
    color: #e76b18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: auto
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li span.current:before {
    font-family: "FontAwesome";
    content: "";
    color: #707070;
    margin: 0 10px
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li .next,
.asia .posts .posts__pagination .pagination-wrap .page-numbers li .prev {
    background-color: #e76b18;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 4px 30px;
    font-size: 1.1rem;
    margin-left: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li .next:hover,
.asia .posts .posts__pagination .pagination-wrap .page-numbers li .prev:hover {
    color: #e76b18;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #e76b18;
    -webkit-transition: all .3s;
    transition: all .3s
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li:last-child span.current:before {
    display: none
}

.asia .posts .posts__pagination .pagination-wrap .page-numbers li:last-child span.current:after {
    font-family: "FontAwesome";
    content: "";
    color: #707070;
    margin-left: 0;
    margin-right: 10px
}

@media(max-width:1200px) {
    .asia .posts .posts__content {
        grid-template-columns: 1fr;
        height: auto
    }

    .asia .posts .posts__content .posts__artigo:nth-child(2),
    .asia .posts .posts__content .posts__artigo:nth-child(2) .posts__artigo--image img {
        height: 290px
    }

    .asia .posts .posts__content .posts__artigo:nth-child(3),
    .asia .posts .posts__content .posts__artigo:nth-child(4),
    .asia .posts .posts__content .posts__artigo:nth-child(5) {
        height: 290px;
        width: 100%;
        position: relative;
        top: 0
    }

    .asia .posts .posts__content .posts__artigo:nth-child(3) .posts__artigo--image img,
    .asia .posts .posts__content .posts__artigo:nth-child(4) .posts__artigo--image img,
    .asia .posts .posts__content .posts__artigo:nth-child(5) .posts__artigo--image img {
        height: 290px
    }

    .asia .posts .posts__content .posts__artigo:nth-child(4),
    .asia .posts .posts__content .posts__artigo:nth-child(5) {
        left: 0
    }

    .asia .posts .posts__content .posts__artigo .posts__artigo--content,
    .asia .posts .posts__content .posts__artigo:nth-child(1) .posts__artigo--content,
    .asia .posts .posts__content .posts__artigo:nth-child(2) .posts__artigo--content {
        padding-right: 0
    }

    .asia .single__post .postTitle .postTitle__content h2 {
        padding-right: 5%
    }

    .asia .single__post .relacionados .posts__artigo {
        width: 100%
    }

    .asia .single__post .relacionados .posts__artigo .posts__artigo--content {
        top: 17%;
        left: 20px
    }

    .asia .single__post .relacionados .posts__artigo .posts__artigo--content h2 {
        height: 60px
    }

    .asia .single__post .relacionados .posts__artigo .posts__artigo--content p {
        margin-bottom: 20px;
        height: 60px
    }
}

@media(max-width:992px) {
    .asia .single__post .postTitle .postTitle__content h1 {
        font-size: 3rem
    }

    .asia .single__post .postTitle .postTitle__content h2 {
        font-size: 3.8rem
    }
}

@media(max-width:768px) {
    .asia .single__post .postTitle .postTitle__content {
        top: 42%;
        width: 100%;
        left: 0;
        padding: 0 35px
    }

    .asia .single__post .postTitle .postTitle__content h1 {
        padding: 0 15px;
        font-size: 2.5rem
    }

    .asia .single__post .postTitle .postTitle__content h2 {
        font-size: 3.5rem;
        text-align: center
    }
}

@media(max-width:575px) {
    .asia .posts .posts__intro {
        text-align: center
    }

    .asia .posts .posts__intro h2 {
        margin-bottom: 20px
    }

    .asia .posts .posts__content .posts__artigo .posts__artigo--content {
        padding-right: 10px !important
    }

    .asia .single__post .postTitle .postTitle__content {
        padding: 0;
        top: calc(50% - 70px)
    }

    .asia .single__post .postTitle .postTitle__content h1 {
        font-size: 2rem
    }

    .asia .single__post .postTitle .postTitle__content h2,
    .asia .single__post .relacionados h2 {
        font-size: 2.5rem
    }

    .asia .single__post .relacionados .posts__artigo .posts__artigo--content {
        top: 30%
    }

    .asia .single__post .relacionados .posts__artigo .posts__artigo--content h2,
    .asia .single__post .relacionados .posts__artigo .posts__artigo--content p {
        height: auto
    }
}